Class: Aws::Types::DeleteIndexOutput

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)


94
95
96
# File 'sig/types.rbs', line 94

def arn
  @arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


96
97
98
# File 'sig/types.rbs', line 96

def last_updated_at
  @last_updated_at
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


95
96
97
# File 'sig/types.rbs', line 95

def state
  @state
end