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.
9473 9474 9475 |
# File 'sig/types.rbs', line 9473 def arn @arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
9477 9478 9479 |
# File 'sig/types.rbs', line 9477 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
9472 9473 9474 |
# File 'sig/types.rbs', line 9472 def id @id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
9474 9475 9476 |
# File 'sig/types.rbs', line 9474 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9476 9477 9478 |
# File 'sig/types.rbs', line 9476 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9471 9472 9473 |
# File 'sig/types.rbs', line 9471 def name @name end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
9475 9476 9477 |
# File 'sig/types.rbs', line 9475 def state @state end |