Class: Aws::Glue::Types::ListIntegrationResourcePropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListIntegrationResourcePropertiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_resource_property_list ⇒ Array<Types::IntegrationResourceProperty>
A list of integration resource property meeting the filter criteria.
-
#marker ⇒ String
This is the pagination token for the next page.
Instance Attribute Details
#integration_resource_property_list ⇒ Array<Types::IntegrationResourceProperty>
A list of integration resource property meeting the filter criteria.
19705 19706 19707 19708 19709 19710 |
# File 'lib/aws-sdk-glue/types.rb', line 19705 class ListIntegrationResourcePropertiesResponse < Struct.new( :integration_resource_property_list, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
This is the pagination token for the next page.
19705 19706 19707 19708 19709 19710 |
# File 'lib/aws-sdk-glue/types.rb', line 19705 class ListIntegrationResourcePropertiesResponse < Struct.new( :integration_resource_property_list, :marker) SENSITIVE = [] include Aws::Structure end |