Class: Aws::Types::GetIndexOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


142
143
144
# File 'sig/types.rbs', line 142

def replicating_to
  @replicating_to
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


140
141
142
# File 'sig/types.rbs', line 140

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


145
146
147
# File 'sig/types.rbs', line 145

def tags
  @tags
end

#type"LOCAL", "AGGREGATOR"

Returns the value of attribute type.

Returns:

  • ("LOCAL", "AGGREGATOR")


139
140
141
# File 'sig/types.rbs', line 139

def type
  @type
end