Class: Aws::Outposts::Types::GetOutpostBillingInformationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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_tokenString

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_identifierString

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