Class: Aws::Types::CreateIndexOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


57
58
59
# File 'sig/types.rbs', line 57

def created_at
  @created_at
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


56
57
58
# File 'sig/types.rbs', line 56

def state
  @state
end