Class: Aws::Types::ListSecurityControlDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityControlDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#providers ⇒ ::Array[("AWS" | "Azure")]
Returns the value of attribute providers.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6539 6540 6541 |
# File 'sig/types.rbs', line 6539 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6538 6539 6540 |
# File 'sig/types.rbs', line 6538 def next_token @next_token end |
#providers ⇒ ::Array[("AWS" | "Azure")]
Returns the value of attribute providers.
6540 6541 6542 |
# File 'sig/types.rbs', line 6540 def providers @providers end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
6537 6538 6539 |
# File 'sig/types.rbs', line 6537 def standards_arn @standards_arn end |