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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


8081
8082
8083
8084
8085
8086
8087
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8081

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

#flow_log_idsArray<String>

The IDs of the flow logs.

Returns:

  • (Array<String>)


8081
8082
8083
8084
8085
8086
8087
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8081

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

#unsuccessfulArray<Types::UnsuccessfulItem>

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

Returns:



8081
8082
8083
8084
8085
8086
8087
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8081

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