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_results ⇒ Integer

The maximum page size.

Returns:

  • (Integer)


1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-outposts/types.rb', line 1197

class GetOutpostBillingInformationInput < Struct.new(
  :next_token,
  :max_results,
  :outpost_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-outposts/types.rb', line 1197

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.

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-outposts/types.rb', line 1197

class GetOutpostBillingInformationInput < Struct.new(
  :next_token,
  :max_results,
  :outpost_identifier)
  SENSITIVE = []
  include Aws::Structure
end