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)


175
176
177
# File 'sig/types.rbs', line 175

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


177
178
179
# File 'sig/types.rbs', line 177

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


179
180
181
# File 'sig/types.rbs', line 179

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


178
179
180
# File 'sig/types.rbs', line 178

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


180
181
182
# File 'sig/types.rbs', line 180

def tags
  @tags
end