Class: Aws::Types::ManagedTargetGroup
- Inherits:
-
Object
- Object
- Aws::Types::ManagedTargetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
-
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def arn @arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def health_check_path @health_check_path end |
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def health_check_port @health_check_port end |
#port ⇒ ::Integer
Returns the value of attribute port.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def port @port end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def updated_at @updated_at end |