class
Amazonite::CloudWatchLogs::ListSourcesForS3TableIntegrationRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_sources_for_s3_table_integration_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_arn : String, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#integration_arn : String
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
-
#integration_arn=(integration_arn : String)
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
-
#max_results : Int32 | Nil
The maximum number of associations to return in a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of associations to return in a single call.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
The maximum number of associations to return in a single call. Valid range is 1 to 100.
The maximum number of associations to return in a single call. Valid range is 1 to 100.