Class: Aws::DevOpsGuru::Types::GetCostEstimationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::GetCostEstimationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1288 class GetCostEstimationRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |