Class: Aws::VPCLattice::Types::GetTargetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetTargetGroupResponse
- 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.
-
#created_at ⇒ Time
The date and time that the target group was created, specified in ISO-8601 format.
-
#failure_code ⇒ String
The failure code.
-
#failure_message ⇒ String
The failure message.
-
#id ⇒ String
The ID of the target group.
-
#last_updated_at ⇒ Time
The date and time that the target group was last updated, specified in ISO-8601 format.
-
#name ⇒ String
The name of the target group.
-
#service_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the service.
-
#status ⇒ String
The status.
-
#type ⇒ String
The target group type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::TargetGroupConfig
The target group configuration.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the target group was created, specified in ISO-8601 format.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
The failure code.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
The failure message.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the target group.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time that the target group was last updated, specified in ISO-8601 format.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target group.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#service_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the service.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The target group type.
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1830 class GetTargetGroupResponse < Struct.new( :arn, :config, :created_at, :failure_code, :failure_message, :id, :last_updated_at, :name, :service_arns, :status, :type) SENSITIVE = [] include Aws::Structure end |