Class: Aws::Types::CreateDictionaryResponse

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)


63
64
65
# File 'sig/types.rbs', line 63

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

  • ("eng", "fra", "ita", "deu", "spa", "por")


65
66
67
# File 'sig/types.rbs', line 65

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


67
68
69
# File 'sig/types.rbs', line 67

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


66
67
68
# File 'sig/types.rbs', line 66

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


68
69
70
# File 'sig/types.rbs', line 68

def tags
  @tags
end