Class: Aws::Types::GetTargetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTargetGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "IP", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
780 781 782 |
# File 'sig/types.rbs', line 780 def arn @arn end |
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
783 784 785 |
# File 'sig/types.rbs', line 783 def config @config end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
784 785 786 |
# File 'sig/types.rbs', line 784 def created_at @created_at end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
789 790 791 |
# File 'sig/types.rbs', line 789 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
788 789 790 |
# File 'sig/types.rbs', line 788 def @failure_message end |
#id ⇒ ::String
Returns the value of attribute id.
779 780 781 |
# File 'sig/types.rbs', line 779 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
785 786 787 |
# File 'sig/types.rbs', line 785 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
781 782 783 |
# File 'sig/types.rbs', line 781 def name @name end |
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
787 788 789 |
# File 'sig/types.rbs', line 787 def service_arns @service_arns end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
786 787 788 |
# File 'sig/types.rbs', line 786 def status @status end |
#type ⇒ "IP", ...
Returns the value of attribute type.
782 783 784 |
# File 'sig/types.rbs', line 782 def type @type end |