Class: Aws::Types::DescribeConformancePacksResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConformancePacksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_details ⇒ ::Array[Types::ConformancePackDetail]
Returns the value of attribute conformance_pack_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#conformance_pack_details ⇒ ::Array[Types::ConformancePackDetail]
Returns the value of attribute conformance_pack_details.
825 826 827 |
# File 'sig/types.rbs', line 825 def conformance_pack_details @conformance_pack_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
826 827 828 |
# File 'sig/types.rbs', line 826 def next_token @next_token end |