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

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)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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

#configTypes::TargetGroupConfig

The target group configuration.



3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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

#idString

The ID of the target group.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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

#nameString

The name of the target group.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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

#statusString

The status.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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

#typeString

The target group type.

Returns:

  • (String)


3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3856

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