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.
9460 9461 9462 |
# File 'sig/types.rbs', line 9460 def arn @arn end |
#content ⇒ ::String
Returns the value of attribute content.
9465 9466 9467 |
# File 'sig/types.rbs', line 9465 def content @content end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9464 9465 9466 |
# File 'sig/types.rbs', line 9464 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9459 9460 9461 |
# File 'sig/types.rbs', line 9459 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9461 9462 9463 |
# File 'sig/types.rbs', line 9461 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9463 9464 9465 |
# File 'sig/types.rbs', line 9463 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9458 9459 9460 |
# File 'sig/types.rbs', line 9458 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9462 9463 9464 |
# File 'sig/types.rbs', line 9462 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9466 9467 9468 |
# File 'sig/types.rbs', line 9466 def @tags end |