Class: Aws::VPCLattice::Types::UpdateTargetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateTargetGroupResponse
- 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 target group type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::TargetGroupConfig
The target group configuration.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the target group.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target group.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The target group type.
6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 6010 class UpdateTargetGroupResponse < Struct.new( :id, :arn, :name, :type, :config, :status) SENSITIVE = [] include Aws::Structure end |