Class: Aws::VPCLattice::Types::DeleteTargetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteTargetGroupResponse
- 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 target group.
-
#id ⇒ String
The ID of the target group.
-
#status ⇒ String
The status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1063 class DeleteTargetGroupResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the target group.
1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1063 class DeleteTargetGroupResponse < Struct.new( :arn, :id, :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`, the status doesn’t change.
1063 1064 1065 1066 1067 1068 1069 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1063 class DeleteTargetGroupResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |