Class: Aws::Types::DescribeGlobalNetworksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalNetworksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_ids ⇒ ::Array[::String]
Returns the value of attribute global_network_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#global_network_ids ⇒ ::Array[::String]
Returns the value of attribute global_network_ids.
752 753 754 |
# File 'sig/types.rbs', line 752 def global_network_ids @global_network_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
753 754 755 |
# File 'sig/types.rbs', line 753 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
754 755 756 |
# File 'sig/types.rbs', line 754 def next_token @next_token end |