Class: Aws::Types::GetVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#download_uri ⇒ ::String
Returns the value of attribute download_uri.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
-
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
360 361 362 |
# File 'sig/types.rbs', line 360 def data_access_role_arn @data_access_role_arn end |
#download_uri ⇒ ::String
Returns the value of attribute download_uri.
359 360 361 |
# File 'sig/types.rbs', line 359 def download_uri @download_uri end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
361 362 363 |
# File 'sig/types.rbs', line 361 def encryption_configuration @encryption_configuration end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
358 359 360 |
# File 'sig/types.rbs', line 358 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
355 356 357 |
# File 'sig/types.rbs', line 355 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
357 358 359 |
# File 'sig/types.rbs', line 357 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
356 357 358 |
# File 'sig/types.rbs', line 356 def vocabulary_state @vocabulary_state end |