Class: Aws::EC2::Types::DeleteFlowLogsRequest

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

Overview

Note:

When making an API call, you may pass DeleteFlowLogsRequest data as a hash:

{
  flow_log_ids: ["String"], # required
}

Contains the parameters for DeleteFlowLogs.

Instance Attribute Summary collapse

Instance Attribute Details

#flow_log_idsArray<String>

One or more flow log IDs.

Returns:

  • (Array<String>)


4485
4486
4487
4488
# File 'lib/aws-sdk-ec2/types.rb', line 4485

class DeleteFlowLogsRequest < Struct.new(
  :flow_log_ids)
  include Aws::Structure
end