Class: Aws::EC2::Types::DeleteFlowLogsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteFlowLogsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the flow logs that could not be deleted successfully.
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the flow logs that could not be deleted successfully.
15115 15116 15117 15118 15119 |
# File 'lib/aws-sdk-ec2/types.rb', line 15115 class DeleteFlowLogsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |