Class: Aws::Types::DictionarySummary
- Inherits:
-
Object
- Object
- Aws::Types::DictionarySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language ⇒ "eng", ...
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
123 124 125 |
# File 'sig/types.rbs', line 123 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
124 125 126 |
# File 'sig/types.rbs', line 124 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
126 127 128 |
# File 'sig/types.rbs', line 126 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
125 126 127 |
# File 'sig/types.rbs', line 125 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
127 128 129 |
# File 'sig/types.rbs', line 127 def status @status end |