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)


1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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

#configTypes::TargetGroupConfig

The target group configuration.



1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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

#idString

The ID of the target group.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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

#nameString

The name of the target group.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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

#statusString

The 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)


1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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

#typeString

The type of target group.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1296

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