Class: Aws::Types::InvalidationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InvalidationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def id @id end |
#status ⇒ ::String
Returns the value of attribute status.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def status @status end |