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.
1205 1206 1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1205 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.
1205 1206 1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1205 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.
1205 1206 1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1205 class ListEnrollmentStatusesResponse < Struct.new( :items, :include_member_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |