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.
146 147 148 |
# File 'sig/types.rbs', line 146 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
147 148 149 |
# File 'sig/types.rbs', line 147 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
149 150 151 |
# File 'sig/types.rbs', line 149 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
148 149 150 |
# File 'sig/types.rbs', line 148 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
150 151 152 |
# File 'sig/types.rbs', line 150 def status @status end |