Class: Aws::Types::DescribeFlowLogsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowLogsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_logs ⇒ ::Array[Types::FlowLog]
Returns the value of attribute flow_logs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_logs ⇒ ::Array[Types::FlowLog]
Returns the value of attribute flow_logs.
5947 5948 5949 |
# File 'sig/types.rbs', line 5947 def flow_logs @flow_logs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5948 5949 5950 |
# File 'sig/types.rbs', line 5948 def next_token @next_token end |