Class: Aws::Types::DescribeFlowLogsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowLogsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filter ⇒ ::Array[Types::Filter]
Returns the value of attribute filter.
-
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5938 5939 5940 |
# File 'sig/types.rbs', line 5938 def dry_run @dry_run end |
#filter ⇒ ::Array[Types::Filter]
Returns the value of attribute filter.
5939 5940 5941 |
# File 'sig/types.rbs', line 5939 def filter @filter end |
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
5940 5941 5942 |
# File 'sig/types.rbs', line 5940 def flow_log_ids @flow_log_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5941 5942 5943 |
# File 'sig/types.rbs', line 5941 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5942 5943 5944 |
# File 'sig/types.rbs', line 5942 def next_token @next_token end |