Class: Aws::VPCLattice::Types::CreateTargetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateTargetGroupResponse
- Includes:
- Structure
- Defined in:
- 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.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::TargetGroupConfig
The target group configuration.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the target group.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target group.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) 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.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of target group.
800 801 802 803 804 805 806 807 808 809 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 800 class CreateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |