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)


31261
31262
31263
31264
31265
31266
# File 'lib/aws-sdk-ec2/types.rb', line 31261

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

#secondary_interfacesArray<Types::SecondaryInterface>

Information about the secondary interfaces.

Returns:



31261
31262
31263
31264
31265
31266
# File 'lib/aws-sdk-ec2/types.rb', line 31261

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