List Gateways
storagegateway_list_gateways | R Documentation |
Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request¶
Description¶
Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. The returned list is ordered by gateway Amazon Resource Name (ARN).
By default, the operation returns a maximum of 100 gateways. This operation supports pagination that allows you to optionally reduce the number of gateways returned in a response.
If you have more gateways than are returned in a response (that is, the response returns only a truncated list of your gateways), the response contains a marker that you can specify in your next request to fetch the next page of gateways.
Usage¶
Arguments¶
Marker
An opaque string that indicates the position at which to begin the returned list of gateways.
Limit
Specifies that the list of gateways returned be limited to the specified number of items.
Value¶
A list with the following syntax:
list(
Gateways = list(
list(
GatewayId = "string",
GatewayARN = "string",
GatewayType = "string",
GatewayOperationalState = "string",
GatewayName = "string",
Ec2InstanceId = "string",
Ec2InstanceRegion = "string",
HostEnvironment = "VMWARE"|"HYPER-V"|"EC2"|"KVM"|"OTHER"|"SNOWBALL",
HostEnvironmentId = "string",
DeprecationDate = "string",
SoftwareVersion = "string"
)
),
Marker = "string"
)