Class: Aws::Types::CreateS3TableIntegrationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateS3TableIntegrationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#encryption ⇒ Types::Encryption
Returns the value of attribute encryption.
115 116 117 |
# File 'sig/types.rbs', line 115 def encryption @encryption end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
117 118 119 |
# File 'sig/types.rbs', line 117 def @tags end |