Class: Aws::Types::GetEnrollmentStatusesForOrganizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnrollmentStatusesForOrganizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_enrollment_statuses ⇒ ::Array[Types::AccountEnrollmentStatus]
Returns the value of attribute account_enrollment_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_enrollment_statuses ⇒ ::Array[Types::AccountEnrollmentStatus]
Returns the value of attribute account_enrollment_statuses.
574 575 576 |
# File 'sig/types.rbs', line 574 def account_enrollment_statuses @account_enrollment_statuses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
575 576 577 |
# File 'sig/types.rbs', line 575 def next_token @next_token end |