Class: Aws::VPCLattice::Types::UpdateTargetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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

#configTypes::TargetGroupConfig

The target group configuration.



6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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

#idString

The ID of the target group.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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

#nameString

The name of the target group.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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

#statusString

The status.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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

#typeString

The target group type.

Returns:

  • (String)


6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010

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