Class: Aws::CostOptimizationHub::Types::ListEnrollmentStatusesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of a member account in the organization.

Returns:

  • (String)


915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 915

class ListEnrollmentStatusesRequest < Struct.new(
  :account_id,
  :include_organization_info,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#include_organization_infoBoolean

Indicates whether to return the enrollment status for the organization.

Returns:

  • (Boolean)


915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 915

class ListEnrollmentStatusesRequest < Struct.new(
  :account_id,
  :include_organization_info,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects that are returned for the request.

Returns:

  • (Integer)


915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 915

class ListEnrollmentStatusesRequest < Struct.new(
  :account_id,
  :include_organization_info,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 915

class ListEnrollmentStatusesRequest < Struct.new(
  :account_id,
  :include_organization_info,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end