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.
117 118 119 |
# File 'sig/types.rbs', line 117 def encryption @encryption end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
119 120 121 |
# File 'sig/types.rbs', line 119 def @tags end |