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.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-outposts/types.rb', line 910 class GetOutpostBillingInformationInput < Struct.new( :next_token, :max_results, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-outposts/types.rb', line 910 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.
910 911 912 913 914 915 916 |
# File 'lib/aws-sdk-outposts/types.rb', line 910 class GetOutpostBillingInformationInput < Struct.new( :next_token, :max_results, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |