Class: Aws::Types::GetDictionaryResponse

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)


213
214
215
# File 'sig/types.rbs', line 213

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


215
216
217
# File 'sig/types.rbs', line 215

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


217
218
219
# File 'sig/types.rbs', line 217

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


216
217
218
# File 'sig/types.rbs', line 216

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


218
219
220
# File 'sig/types.rbs', line 218

def tags
  @tags
end