Class: Aws::StorageGateway::Types::ListGatewaysInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListGatewaysInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing zero or more of the following fields:
-
ListGatewaysInput$Limit
-
ListGatewaysInput$Marker
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
Specifies that the list of gateways returned be limited to the specified number of items.
-
#marker ⇒ String
An opaque string that indicates the position at which to begin the returned list of gateways.
Instance Attribute Details
#limit ⇒ Integer
Specifies that the list of gateways returned be limited to the specified number of items.
4552 4553 4554 4555 4556 4557 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4552 class ListGatewaysInput < Struct.new( :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that indicates the position at which to begin the returned list of gateways.
4552 4553 4554 4555 4556 4557 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4552 class ListGatewaysInput < Struct.new( :marker, :limit) SENSITIVE = [] include Aws::Structure end |