Class: Aws::Types::DescribeSecondaryNetworksResult

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)


7279
7280
7281
# File 'sig/types.rbs', line 7279

def next_token
  @next_token
end

#secondary_networks::Array[Types::SecondaryNetwork]

Returns the value of attribute secondary_networks.

Returns:



7278
7279
7280
# File 'sig/types.rbs', line 7278

def secondary_networks
  @secondary_networks
end