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.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def arn @arn end |
#health_check_path ⇒ ::String
Returns the value of attribute health_check_path.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def health_check_path @health_check_path end |
#health_check_port ⇒ ::Integer
Returns the value of attribute health_check_port.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def health_check_port @health_check_port end |
#port ⇒ ::Integer
Returns the value of attribute port.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def port @port end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def updated_at @updated_at end |