Class: Aws::StorageGateway::Types::ListGatewaysOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListGatewaysOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateways ⇒ Array<Types::GatewayInfo>
An array of GatewayInfo objects.
-
#marker ⇒ String
Use the marker in your next request to fetch the next set of gateways in the list.
Instance Attribute Details
#gateways ⇒ Array<Types::GatewayInfo>
An array of GatewayInfo objects.
4864 4865 4866 4867 4868 4869 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4864 class ListGatewaysOutput < Struct.new( :gateways, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.
4864 4865 4866 4867 4868 4869 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4864 class ListGatewaysOutput < Struct.new( :gateways, :marker) SENSITIVE = [] include Aws::Structure end |