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)


7174
7175
7176
# File 'sig/types.rbs', line 7174

def next_token
  @next_token
end

#secondary_interfaces::Array[Types::SecondaryInterface]

Returns the value of attribute secondary_interfaces.

Returns:



7173
7174
7175
# File 'sig/types.rbs', line 7173

def secondary_interfaces
  @secondary_interfaces
end