Class: Aws::Types::DeleteFlowLogsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowLogsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4083 4084 4085 |
# File 'sig/types.rbs', line 4083 def dry_run @dry_run end |
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def flow_log_ids @flow_log_ids end |