Class: Aws::Types::DescribeOrganizationConformancePacksResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConformancePacksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_conformance_packs ⇒ ::Array[Types::OrganizationConformancePack]
Returns the value of attribute organization_conformance_packs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
898 899 900 |
# File 'sig/types.rbs', line 898 def next_token @next_token end |
#organization_conformance_packs ⇒ ::Array[Types::OrganizationConformancePack]
Returns the value of attribute organization_conformance_packs.
897 898 899 |
# File 'sig/types.rbs', line 897 def organization_conformance_packs @organization_conformance_packs end |