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.
135 136 137 |
# File 'sig/types.rbs', line 135 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
136 137 138 |
# File 'sig/types.rbs', line 136 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
138 139 140 |
# File 'sig/types.rbs', line 138 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
137 138 139 |
# File 'sig/types.rbs', line 137 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
139 140 141 |
# File 'sig/types.rbs', line 139 def status @status end |