Class: Aws::EC2::Types::CreateFlowLogsResult

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

Overview

Contains the output of CreateFlowLogs.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

Returns:

  • (String)


2617
2618
2619
2620
2621
2622
# File 'lib/aws-sdk-ec2/types.rb', line 2617

class CreateFlowLogsResult < Struct.new(
  :client_token,
  :flow_log_ids,
  :unsuccessful)
  include Aws::Structure
end

#flow_log_idsArray<String>

The IDs of the flow logs.

Returns:

  • (Array<String>)


2617
2618
2619
2620
2621
2622
# File 'lib/aws-sdk-ec2/types.rb', line 2617

class CreateFlowLogsResult < Struct.new(
  :client_token,
  :flow_log_ids,
  :unsuccessful)
  include Aws::Structure
end

#unsuccessfulArray<Types::UnsuccessfulItem>

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

Returns:



2617
2618
2619
2620
2621
2622
# File 'lib/aws-sdk-ec2/types.rb', line 2617

class CreateFlowLogsResult < Struct.new(
  :client_token,
  :flow_log_ids,
  :unsuccessful)
  include Aws::Structure
end