Class: Aws::EC2::Types::DeleteFlowLogsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#unsuccessfulArray<Types::UnsuccessfulItem>

Information about the flow logs that could not be deleted successfully.

Returns:



7962
7963
7964
7965
# File 'lib/aws-sdk-ec2/types.rb', line 7962

class DeleteFlowLogsResult < Struct.new(
  :unsuccessful)
  include Aws::Structure
end