Class: Aws::Types::Vocabulary
- Inherits:
-
Object
- Object
- Aws::Types::Vocabulary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9267 9268 9269 |
# File 'sig/types.rbs', line 9267 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
9272 9273 9274 |
# File 'sig/types.rbs', line 9272 def content @content end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9271 9272 9273 |
# File 'sig/types.rbs', line 9271 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9266 9267 9268 |
# File 'sig/types.rbs', line 9266 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9268 9269 9270 |
# File 'sig/types.rbs', line 9268 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9270 9271 9272 |
# File 'sig/types.rbs', line 9270 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9265 9266 9267 |
# File 'sig/types.rbs', line 9265 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9269 9270 9271 |
# File 'sig/types.rbs', line 9269 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9273 9274 9275 |
# File 'sig/types.rbs', line 9273 def @tags end |