Class: Aws::Glue::Types::ListIntegrationResourcePropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListIntegrationResourcePropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::IntegrationResourcePropertyFilter>
A list of filters, supported filter Key is ‘SourceArn` and `TargetArn`.
-
#marker ⇒ String
This is the pagination token for next page, initial value is ‘null`.
-
#max_records ⇒ Integer
This is total number of items to be evaluated.
Instance Attribute Details
#filters ⇒ Array<Types::IntegrationResourcePropertyFilter>
A list of filters, supported filter Key is ‘SourceArn` and `TargetArn`.
19722 19723 19724 19725 19726 19727 19728 |
# File 'lib/aws-sdk-glue/types.rb', line 19722 class ListIntegrationResourcePropertiesRequest < Struct.new( :marker, :filters, :max_records) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
This is the pagination token for next page, initial value is ‘null`.
19722 19723 19724 19725 19726 19727 19728 |
# File 'lib/aws-sdk-glue/types.rb', line 19722 class ListIntegrationResourcePropertiesRequest < Struct.new( :marker, :filters, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
This is total number of items to be evaluated.
19722 19723 19724 19725 19726 19727 19728 |
# File 'lib/aws-sdk-glue/types.rb', line 19722 class ListIntegrationResourcePropertiesRequest < Struct.new( :marker, :filters, :max_records) SENSITIVE = [] include Aws::Structure end |