Class: Aws::Types::DeleteDictionaryResponse

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)


104
105
106
# File 'sig/types.rbs', line 104

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def id
  @id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "REFERENCED", "DELETING", "DELETED")


106
107
108
# File 'sig/types.rbs', line 106

def status
  @status
end