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:



420
421
422
# File 'sig/types.rbs', line 420

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:



424
425
426
# File 'sig/types.rbs', line 424

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



423
424
425
# File 'sig/types.rbs', line 423

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



425
426
427
# File 'sig/types.rbs', line 425

def tags
  @tags
end