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)


388
389
390
# File 'sig/types.rbs', line 388

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


390
391
392
# File 'sig/types.rbs', line 390

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


392
393
394
# File 'sig/types.rbs', line 392

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


393
394
395
# File 'sig/types.rbs', line 393

def tags
  @tags
end