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:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#replicating_from::Array[::String]

Returns:

  • (::Array[::String])


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

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

#replicating_to::Array[::String]

Returns:

  • (::Array[::String])


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

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

#state"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "DELETED", "UPDATING")


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

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

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

Returns:

  • (::Hash[::String, ::String])


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

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

#type"LOCAL", "AGGREGATOR"

Returns:

  • ("LOCAL", "AGGREGATOR")


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

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