Class: Aws::CostOptimizationHub::Types::ListEnrollmentStatusesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ListEnrollmentStatusesResponse
- Defined in:
- gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_member_accounts ⇒ Boolean
The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator.
-
#items ⇒ Array<Types::AccountEnrollmentStatus>
The enrollment status of a specific account ID, including creation and last updated timestamps.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#include_member_accounts ⇒ Boolean
The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator.
1094 1095 1096 1097 1098 1099 1100 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1094 class ListEnrollmentStatusesResponse < Struct.new( :items, :include_member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::AccountEnrollmentStatus>
The enrollment status of a specific account ID, including creation and last updated timestamps.
1094 1095 1096 1097 1098 1099 1100 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1094 class ListEnrollmentStatusesResponse < Struct.new( :items, :include_member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1094 1095 1096 1097 1098 1099 1100 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1094 class ListEnrollmentStatusesResponse < Struct.new( :items, :include_member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |