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)


202
203
204
# File 'sig/types.rbs', line 202

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


204
205
206
# File 'sig/types.rbs', line 204

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


206
207
208
# File 'sig/types.rbs', line 206

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


205
206
207
# File 'sig/types.rbs', line 205

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


207
208
209
# File 'sig/types.rbs', line 207

def tags
  @tags
end