Class: Aws::Types::AssociateSourceToS3TableIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceToS3TableIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
89 90 91 |
# File 'sig/types.rbs', line 89 def data_source @data_source end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
88 89 90 |
# File 'sig/types.rbs', line 88 def integration_arn @integration_arn end |