Class: Aws::Types::ListSecurityConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
450 451 452 |
# File 'sig/types.rbs', line 450 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
451 452 453 |
# File 'sig/types.rbs', line 451 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
452 453 454 |
# File 'sig/types.rbs', line 452 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
453 454 455 |
# File 'sig/types.rbs', line 453 def next_token @next_token end |