Class: Aws::Types::DescribeSecondaryInterfacesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7264
7265
7266
# File 'sig/types.rbs', line 7264

def next_token
  @next_token
end

#secondary_interfaces::Array[Types::SecondaryInterface]

Returns the value of attribute secondary_interfaces.

Returns:



7263
7264
7265
# File 'sig/types.rbs', line 7263

def secondary_interfaces
  @secondary_interfaces
end