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