Class: Aws::EC2::Types::DescribeTrafficMirrorTargetsResult

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

#next_tokenString

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

Returns:

  • (String)


25747
25748
25749
25750
25751
25752
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 25747

class DescribeTrafficMirrorTargetsResult < Struct.new(
  :traffic_mirror_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_mirror_targetsArray<Types::TrafficMirrorTarget>

Information about one or more Traffic Mirror targets.

Returns:



25747
25748
25749
25750
25751
25752
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 25747

class DescribeTrafficMirrorTargetsResult < Struct.new(
  :traffic_mirror_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end