Class: Aws::Types::GetDictionaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDictionaryResponse
- 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.
-
#references ⇒ ::Array[::String]
Returns the value of attribute references.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
175 176 177 |
# File 'sig/types.rbs', line 175 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
176 177 178 |
# File 'sig/types.rbs', line 176 def id @id end |
#language ⇒ "eng", ...
Returns the value of attribute language.
177 178 179 |
# File 'sig/types.rbs', line 177 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
174 175 176 |
# File 'sig/types.rbs', line 174 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
179 180 181 |
# File 'sig/types.rbs', line 179 def references @references end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
178 179 180 |
# File 'sig/types.rbs', line 178 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
180 181 182 |
# File 'sig/types.rbs', line 180 def @tags end |