Class: Aws::Types::GetOrganizationConformancePackDetailedStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationConformancePackDetailedStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::OrganizationResourceDetailedStatusFilters
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
Instance Attribute Details
#filters ⇒ Types::OrganizationResourceDetailedStatusFilters
Returns the value of attribute filters.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def next_token @next_token end |
#organization_conformance_pack_name ⇒ ::String
Returns the value of attribute organization_conformance_pack_name.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def organization_conformance_pack_name @organization_conformance_pack_name end |