Class: Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 625

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :security_group_ids,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The account that created the association.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 625

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :security_group_ids,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 625

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :security_group_ids,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups.

Returns:

  • (Array<String>)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 625

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :security_group_ids,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The operation's status.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 625

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :arn,
  :created_by,
  :id,
  :security_group_ids,
  :status)
  SENSITIVE = []
  include Aws::Structure
end