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
SourceArnandTargetArn. -
#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.
19754 19755 19756 19757 19758 19759 19760 |
# File 'lib/aws-sdk-glue/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 |
# File 'lib/aws-sdk-glue/types.rb', line 19754 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.
19754 19755 19756 19757 19758 19759 19760 |
# File 'lib/aws-sdk-glue/types.rb', line 19754 class ListIntegrationResourcePropertiesRequest < Struct.new( :marker, :filters, :max_records) SENSITIVE = [] include Aws::Structure end |