Class: Aws::Types::IndexConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IndexConfigurationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def created_at @created_at end |
#edition ⇒ "DEVELOPER_EDITION", ...
Returns the value of attribute edition.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def edition @edition end |
#id ⇒ ::String
Returns the value of attribute id.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def updated_at @updated_at end |