Class: Aws::DirectConnect::Types::VirtualInterfaces

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


4353
4354
4355
4356
4357
4358
# File 'lib/aws-sdk-directconnect/types.rb', line 4353

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

#virtual_interfacesArray<Types::VirtualInterface>

The virtual interfaces

Returns:



4353
4354
4355
4356
4357
4358
# File 'lib/aws-sdk-directconnect/types.rb', line 4353

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