Class: Aws::Types::EndpointMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EndpointMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
Instance Attribute Details
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
5782 5783 5784 |
# File 'sig/types.rbs', line 5782 def endpoint_status @endpoint_status end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5783 5784 5785 |
# File 'sig/types.rbs', line 5783 def failure_reason @failure_reason end |