Class: Aws::Types::ListCheckDetailsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListCheckDetailsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_details ⇒ ::Array[Types::CheckDetail]
Returns the value of attribute check_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#check_details ⇒ ::Array[Types::CheckDetail]
Returns the value of attribute check_details.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def check_details @check_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def next_token @next_token end |