Module: Aws::ConfigService::Client::_DescribeOrganizationConformancePackStatusesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOrganizationConformancePackStatusesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #organization_conformance_pack_statuses ⇒ ::Array[Types::OrganizationConformancePackStatus]
Instance Method Details
#next_token ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def next_token: () -> ::String
|
#organization_conformance_pack_statuses ⇒ ::Array[Types::OrganizationConformancePackStatus]
513 |
# File 'sig/client.rbs', line 513
def organization_conformance_pack_statuses: () -> ::Array[Types::OrganizationConformancePackStatus]
|