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)


1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1063

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

#idString

The ID of the target group.

Returns:

  • (String)


1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1063

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)


1063
1064
1065
1066
1067
1068
1069
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1063

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