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.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def flow_logs @flow_logs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def next_token @next_token end |