Class: Aws::Types::UpdateDictionaryResponse

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)


317
318
319
# File 'sig/types.rbs', line 317

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


319
320
321
# File 'sig/types.rbs', line 319

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


321
322
323
# File 'sig/types.rbs', line 321

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


320
321
322
# File 'sig/types.rbs', line 320

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


322
323
324
# File 'sig/types.rbs', line 322

def tags
  @tags
end