Class: Aws::Types::DescribeOrganizationConformancePackStatusesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConformancePackStatusesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_conformance_pack_names ⇒ ::Array[::String]
Returns the value of attribute organization_conformance_pack_names.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
878 879 880 |
# File 'sig/types.rbs', line 878 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def next_token @next_token end |
#organization_conformance_pack_names ⇒ ::Array[::String]
Returns the value of attribute organization_conformance_pack_names.
877 878 879 |
# File 'sig/types.rbs', line 877 def organization_conformance_pack_names @organization_conformance_pack_names end |