Class: Aws::Glue::Types::ListIntegrationResourcePropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListIntegrationResourcePropertiesResponse
- Defined in:
- gems/aws-sdk-glue/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.
21427 21428 21429 21430 21431 21432 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21427 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.
21427 21428 21429 21430 21431 21432 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21427 class ListIntegrationResourcePropertiesResponse < Struct.new( :integration_resource_property_list, :marker) SENSITIVE = [] include Aws::Structure end |