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)


7006
7007
7008
# File 'sig/types.rbs', line 7006

def next_token
  @next_token
end

#secondary_networks::Array[Types::SecondaryNetwork]

Returns the value of attribute secondary_networks.

Returns:



7005
7006
7007
# File 'sig/types.rbs', line 7005

def secondary_networks
  @secondary_networks
end