Class: Aws::Types::DescribeOrganizationConformancePacksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationConformancePacksRequest
- 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.
891 892 893 |
# File 'sig/types.rbs', line 891 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
892 893 894 |
# File 'sig/types.rbs', line 892 def next_token @next_token end |
#organization_conformance_pack_names ⇒ ::Array[::String]
Returns the value of attribute organization_conformance_pack_names.
890 891 892 |
# File 'sig/types.rbs', line 890 def organization_conformance_pack_names @organization_conformance_pack_names end |