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.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::TargetGroupConfig
The target group configuration.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the target group.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target group.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The target group type.
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3867 class UpdateTargetGroupResponse < Struct.new( :arn, :config, :id, :name, :status, :type) SENSITIVE = [] include Aws::Structure end |