Class: Aws::Types::CreateDictionaryResponse

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:



68
69
70
# File 'sig/types.rbs', line 68

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def references
  @references
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def tags
  @tags
end