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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


31214
31215
31216
31217
31218
31219
# File 'lib/aws-sdk-ec2/types.rb', line 31214

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

#secondary_interfacesArray<Types::SecondaryInterface>

Information about the secondary interfaces.

Returns:



31214
31215
31216
31217
31218
31219
# File 'lib/aws-sdk-ec2/types.rb', line 31214

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