Class: Aws::ComputeOptimizer::Types::GetEnrollmentStatusesForOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetEnrollmentStatusesForOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_enrollment_statuses ⇒ Array<Types::AccountEnrollmentStatus>
An array of objects that describe the enrollment statuses of organization member accounts.
-
#next_token ⇒ String
The token to use to advance to the next page of account enrollment statuses.
Instance Attribute Details
#account_enrollment_statuses ⇒ Array<Types::AccountEnrollmentStatus>
An array of objects that describe the enrollment statuses of organization member accounts.
3305 3306 3307 3308 3309 3310 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3305 class GetEnrollmentStatusesForOrganizationResponse < Struct.new( :account_enrollment_statuses, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to advance to the next page of account enrollment statuses.
This value is null when there are no more pages of account enrollment statuses to return.
3305 3306 3307 3308 3309 3310 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3305 class GetEnrollmentStatusesForOrganizationResponse < Struct.new( :account_enrollment_statuses, :next_token) SENSITIVE = [] include Aws::Structure end |