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.
13680 13681 13682 13683 13684 |
# File 'lib/aws-sdk-ec2/types.rb', line 13680 class DeleteFlowLogsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |