Class: Aws::BillingConductor::Types::ListBillingGroupsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

The preferred billing period to get billing groups.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1604

class ListBillingGroupsInput < Struct.new(
  :billing_period,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListBillingGroupsFilter

A ListBillingGroupsFilter that specifies the billing group and pricing plan to retrieve billing group information.



1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1604

class ListBillingGroupsInput < Struct.new(
  :billing_period,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of billing groups to retrieve.

Returns:

  • (Integer)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1604

class ListBillingGroupsInput < Struct.new(
  :billing_period,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's used on subsequent calls to get billing groups.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1604

class ListBillingGroupsInput < Struct.new(
  :billing_period,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end