Module: Aws::ResourceExplorer2::Client::_GetIndexResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetIndexOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:



203
# File 'sig/client.rbs', line 203

def arn: () -> ::String

#created_at::Time

Returns:



208
# File 'sig/client.rbs', line 208

def created_at: () -> ::Time

#last_updated_at::Time

Returns:



209
# File 'sig/client.rbs', line 209

def last_updated_at: () -> ::Time

#replicating_from::Array[::String]

Returns:



206
# File 'sig/client.rbs', line 206

def replicating_from: () -> ::Array[::String]

#replicating_to::Array[::String]

Returns:



207
# File 'sig/client.rbs', line 207

def replicating_to: () -> ::Array[::String]

#state"CREATING", ...

Returns:



205
# File 'sig/client.rbs', line 205

def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "DELETED" | "UPDATING")

#tags::Hash[::String, ::String]

Returns:



210
# File 'sig/client.rbs', line 210

def tags: () -> ::Hash[::String, ::String]

#type"LOCAL", "AGGREGATOR"

Returns:



204
# File 'sig/client.rbs', line 204

def type: () -> ("LOCAL" | "AGGREGATOR")