Class: Aws::Types::ListCisScanConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCisScanConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_configurations ⇒ ::Array[Types::CisScanConfiguration]
Returns the value of attribute scan_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def next_token @next_token end |
#scan_configurations ⇒ ::Array[Types::CisScanConfiguration]
Returns the value of attribute scan_configurations.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def scan_configurations @scan_configurations end |