Class: Aws::Types::GetIndexOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIndexOutput
- 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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#replicating_from ⇒ ::Array[::String]
Returns the value of attribute replicating_from.
-
#replicating_to ⇒ ::Array[::String]
Returns the value of attribute replicating_to.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
138 139 140 |
# File 'sig/types.rbs', line 138 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
143 144 145 |
# File 'sig/types.rbs', line 143 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
144 145 146 |
# File 'sig/types.rbs', line 144 def last_updated_at @last_updated_at end |
#replicating_from ⇒ ::Array[::String]
Returns the value of attribute replicating_from.
141 142 143 |
# File 'sig/types.rbs', line 141 def replicating_from @replicating_from end |
#replicating_to ⇒ ::Array[::String]
Returns the value of attribute replicating_to.
142 143 144 |
# File 'sig/types.rbs', line 142 def replicating_to @replicating_to end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
140 141 142 |
# File 'sig/types.rbs', line 140 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
145 146 147 |
# File 'sig/types.rbs', line 145 def @tags end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
139 140 141 |
# File 'sig/types.rbs', line 139 def type @type end |