Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_logging_enabled ⇒ Boolean
Returns the value of attribute access_logging_enabled.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#access_logging_enabled ⇒ Boolean
Returns the value of attribute access_logging_enabled.
17 18 19 |
# File 'sig/types.rbs', line 17 def access_logging_enabled @access_logging_enabled end |
#arn ⇒ ::String
Returns the value of attribute arn.
14 15 16 |
# File 'sig/types.rbs', line 14 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
13 14 15 |
# File 'sig/types.rbs', line 13 def creation_time @creation_time end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
12 13 14 |
# File 'sig/types.rbs', line 12 def endpoint @endpoint end |
#name ⇒ ::String
Returns the value of attribute name.
15 16 17 |
# File 'sig/types.rbs', line 15 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
16 17 18 |
# File 'sig/types.rbs', line 16 def status @status end |