Class: Aws::VPCLattice::Types::CreateTargetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateTargetGroupResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
-
#config ⇒ Types::TargetGroupConfig
The target group configuration.
-
#id ⇒ String
The ID of the target group.
-
#name ⇒ String
The name of the target group.
-
#status ⇒ String
The status.
-
#type ⇒ String
The type of target group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
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 |
#config ⇒ Types::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 |
#id ⇒ String
The ID of the target group.
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 |
#name ⇒ String
The name of the target group.
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 |
#status ⇒ String
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.
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 |
#type ⇒ String
The type of target group.
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 |