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.
6991 6992 6993 |
# File 'sig/types.rbs', line 6991 def next_token @next_token end |
#secondary_interfaces ⇒ ::Array[Types::SecondaryInterface]
Returns the value of attribute secondary_interfaces.
6990 6991 6992 |
# File 'sig/types.rbs', line 6990 def secondary_interfaces @secondary_interfaces end |