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.
5751 5752 5753 |
# File 'sig/types.rbs', line 5751 def creation_time @creation_time end |
#endpoint_config_arn ⇒ ::String
Returns the value of attribute endpoint_config_arn.
5750 5751 5752 |
# File 'sig/types.rbs', line 5750 def endpoint_config_arn @endpoint_config_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
5749 5750 5751 |
# File 'sig/types.rbs', line 5749 def endpoint_config_name @endpoint_config_name end |