Class: Aws::Types::ListSourcesForS3TableIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSourcesForS3TableIntegrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def integration_arn @integration_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def next_token @next_token end |