Class: Aws::Types::UpdateIndexTypeOutput

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)


508
509
510
# File 'sig/types.rbs', line 508

def arn
  @arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


511
512
513
# File 'sig/types.rbs', line 511

def last_updated_at
  @last_updated_at
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


510
511
512
# File 'sig/types.rbs', line 510

def state
  @state
end

#type"LOCAL", "AGGREGATOR"

Returns the value of attribute type.

Returns:

  • ("LOCAL", "AGGREGATOR")


509
510
511
# File 'sig/types.rbs', line 509

def type
  @type
end