Class: Aws::Types::ModelDashboardEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::ModelDashboardEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8892 8893 8894 |
# File 'sig/types.rbs', line 8892 def creation_time @creation_time end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
8891 8892 8893 |
# File 'sig/types.rbs', line 8891 def endpoint_arn @endpoint_arn end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
8890 8891 8892 |
# File 'sig/types.rbs', line 8890 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
8894 8895 8896 |
# File 'sig/types.rbs', line 8894 def endpoint_status @endpoint_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8893 8894 8895 |
# File 'sig/types.rbs', line 8893 def last_modified_time @last_modified_time end |