Class: Aws::Types::DescribeConformancePackStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConformancePackStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_status_details ⇒ ::Array[Types::ConformancePackStatusDetail]
Returns the value of attribute conformance_pack_status_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#conformance_pack_status_details ⇒ ::Array[Types::ConformancePackStatusDetail]
Returns the value of attribute conformance_pack_status_details.
812 813 814 |
# File 'sig/types.rbs', line 812 def conformance_pack_status_details @conformance_pack_status_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
813 814 815 |
# File 'sig/types.rbs', line 813 def next_token @next_token end |