Class: Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationResponse
- 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 status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3749 class UpdateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The account that created the association.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3749 class UpdateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3749 class UpdateServiceNetworkVpcAssociationResponse < 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.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3749 class UpdateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status. You can retry the operation if the status is ‘DELETE_FAILED`. However, if you retry it while the status is `DELETE_IN_PROGRESS`, there is no change in the status.
3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3749 class UpdateServiceNetworkVpcAssociationResponse < Struct.new( :arn, :created_by, :id, :security_group_ids, :status) SENSITIVE = [] include Aws::Structure end |