Class: Aws::Odb::Types::ListDbSystemShapesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListDbSystemShapesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The logical name of the AZ, for example, us-east-1a.
-
#availability_zone_id ⇒ String
The physical ID of the AZ, for example, use1-az4.
-
#max_results ⇒ Integer
The maximum number of items to return for this request.
-
#next_token ⇒ String
The token returned from a previous paginated request.
Instance Attribute Details
#availability_zone ⇒ String
The logical name of the AZ, for example, us-east-1a. This name varies depending on the account.
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-odb/types.rb', line 4078 class ListDbSystemShapesInput < Struct.new( :max_results, :next_token, :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#availability_zone_id ⇒ String
The physical ID of the AZ, for example, use1-az4. This ID persists across accounts.
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-odb/types.rb', line 4078 class ListDbSystemShapesInput < Struct.new( :max_results, :next_token, :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
Default: ‘10`
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-odb/types.rb', line 4078 class ListDbSystemShapesInput < Struct.new( :max_results, :next_token, :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-odb/types.rb', line 4078 class ListDbSystemShapesInput < Struct.new( :max_results, :next_token, :availability_zone, :availability_zone_id) SENSITIVE = [] include Aws::Structure end |