Class: Aws::VPCLattice::Types::CreateTargetGroupResponse

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)


808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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

#configTypes::TargetGroupConfig

The target group configuration. If type is set to LAMBDA, this parameter doesn't apply.



808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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

#idString

The ID of the target group.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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

#nameString

The name of the target group.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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

#statusString

The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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

#typeString

The type of target group.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
817
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 808

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