Class: Aws::CostOptimizationHub::Types::ListEnrollmentStatusesResponse

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

#include_member_accountsBoolean

The enrollment status of all member accounts in the organization if the account is the management account.

Returns:

  • (Boolean)


940
941
942
943
944
945
946
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 940

class ListEnrollmentStatusesResponse < Struct.new(
  :include_member_accounts,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::AccountEnrollmentStatus>

The enrollment status of a specific account ID, including creation and last updated timestamps.

Returns:



940
941
942
943
944
945
946
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 940

class ListEnrollmentStatusesResponse < Struct.new(
  :include_member_accounts,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


940
941
942
943
944
945
946
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 940

class ListEnrollmentStatusesResponse < Struct.new(
  :include_member_accounts,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end