Class: Aws::Types::VocabularySummary
- Inherits:
-
Object
- Object
- Aws::Types::VocabularySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9499 9500 9501 |
# File 'sig/types.rbs', line 9499 def arn @arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9503 9504 9505 |
# File 'sig/types.rbs', line 9503 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9498 9499 9500 |
# File 'sig/types.rbs', line 9498 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9500 9501 9502 |
# File 'sig/types.rbs', line 9500 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9502 9503 9504 |
# File 'sig/types.rbs', line 9502 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9497 9498 9499 |
# File 'sig/types.rbs', line 9497 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9501 9502 9503 |
# File 'sig/types.rbs', line 9501 def state @state end |