Class: Aws::Types::EndpointConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::EndpointConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_config_arn ⇒ ::String
Returns the value of attribute endpoint_config_arn.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5747 5748 5749 |
# File 'sig/types.rbs', line 5747 def creation_time @creation_time end |
#endpoint_config_arn ⇒ ::String
Returns the value of attribute endpoint_config_arn.
5746 5747 5748 |
# File 'sig/types.rbs', line 5746 def endpoint_config_arn @endpoint_config_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
5745 5746 5747 |
# File 'sig/types.rbs', line 5745 def endpoint_config_name @endpoint_config_name end |