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)


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

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


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

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


60
61
62
# File 'sig/types.rbs', line 60

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


59
60
61
# File 'sig/types.rbs', line 59

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end