Class: Aws::Types::GrammarSlotTypeSource
- Inherits:
-
Object
- Object
- Aws::Types::GrammarSlotTypeSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def kms_key_arn @kms_key_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def s3_bucket_name @s3_bucket_name end |
#s3_object_key ⇒ ::String
Returns the value of attribute s3_object_key.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def s3_object_key @s3_object_key end |