Class: Aws::VPCLattice::Types::DeleteServiceNetworkServiceAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteServiceNetworkServiceAssociationResponse
- 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.
-
#id ⇒ String
The ID of the association.
-
#status ⇒ String
The status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1597 class DeleteServiceNetworkServiceAssociationResponse < Struct.new( :id, :status, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the association.
1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1597 class DeleteServiceNetworkServiceAssociationResponse < Struct.new( :id, :status, :arn) 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 when the status is `DELETE_IN_PROGRESS`, there is no change in the status.
1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1597 class DeleteServiceNetworkServiceAssociationResponse < Struct.new( :id, :status, :arn) SENSITIVE = [] include Aws::Structure end |