Class: Aws::Outposts::Types::GetOutpostBillingInformationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostBillingInformationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
976 977 978 979 980 981 982 |
# File 'lib/aws-sdk-outposts/types.rb', line 976 class GetOutpostBillingInformationInput < Struct.new( :next_token, :max_results, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
976 977 978 979 980 981 982 |
# File 'lib/aws-sdk-outposts/types.rb', line 976 class GetOutpostBillingInformationInput < Struct.new( :next_token, :max_results, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
976 977 978 979 980 981 982 |
# File 'lib/aws-sdk-outposts/types.rb', line 976 class GetOutpostBillingInformationInput < Struct.new( :next_token, :max_results, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |