Class: Aws::VPCLattice::Types::DeleteTargetGroupResponse

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 target group.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1071

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

#idString

The ID of the target group.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1071

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

#statusString

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.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1071

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