Class: Aws::Types::DescribeSecondaryNetworksResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecondaryNetworksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#secondary_networks ⇒ ::Array[Types::SecondaryNetwork]
Returns the value of attribute secondary_networks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
7005 7006 7007 |
# File 'sig/types.rbs', line 7005 def secondary_networks @secondary_networks end |