Class: Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
-
#created_by ⇒ String
The account that created the association.
-
#id ⇒ String
The ID of the association.
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
-
#status ⇒ String
The association status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 619 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The account that created the association.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 619 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 619 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The IDs of the security groups.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 619 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The association status.
619 620 621 622 623 624 625 626 627 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 619 class CreateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |