Class: Aws::EC2::Types::DeleteFlowLogsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteFlowLogsResult
- Defined in:
- gems/aws-sdk-ec2/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.
15140 15141 15142 15143 15144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15140 class DeleteFlowLogsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |