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.
5785 5786 5787 |
# File 'sig/types.rbs', line 5785 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5784 5785 5786 |
# File 'sig/types.rbs', line 5784 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
5786 5787 5788 |
# File 'sig/types.rbs', line 5786 def endpoint_status @endpoint_status end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5787 5788 5789 |
# File 'sig/types.rbs', line 5787 def failure_reason @failure_reason end |