Class: Aws::EC2::Types::DescribeSecondaryInterfacesResult

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. This value is null when there are no more results to return.

Returns:

  • (String)


31032
31033
31034
31035
31036
31037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31032

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

#secondary_interfacesArray<Types::SecondaryInterface>

Information about the secondary interfaces.

Returns:



31032
31033
31034
31035
31036
31037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31032

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