Class: Aws::Types::CreateIndexOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateIndexOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
55 56 57 |
# File 'sig/types.rbs', line 55 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
57 58 59 |
# File 'sig/types.rbs', line 57 def created_at @created_at end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
56 57 58 |
# File 'sig/types.rbs', line 56 def state @state end |