Class: Aws::Types::DictionarySummary

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:



146
147
148
# File 'sig/types.rbs', line 146

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def id
  @id
end

#language"eng", ...

Returns the value of attribute language.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def status
  @status
end