Module: Aws::ResourceExplorer2::Client::_GetIndexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIndexOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #replicating_from ⇒ ::Array[::String]
- #replicating_to ⇒ ::Array[::String]
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "LOCAL", "AGGREGATOR"
Instance Method Details
#arn ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def arn: () -> ::String
|
#created_at ⇒ ::Time
208 |
# File 'sig/client.rbs', line 208
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def last_updated_at: () -> ::Time
|
#replicating_from ⇒ ::Array[::String]
206 |
# File 'sig/client.rbs', line 206
def replicating_from: () -> ::Array[::String]
|
#replicating_to ⇒ ::Array[::String]
207 |
# File 'sig/client.rbs', line 207
def replicating_to: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
205 |
# File 'sig/client.rbs', line 205
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")
|
#tags ⇒ ::Hash[::String, ::String]
210 |
# File 'sig/client.rbs', line 210
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "LOCAL", "AGGREGATOR"
204 |
# File 'sig/client.rbs', line 204
def type: () -> ("LOCAL" | "AGGREGATOR")
|