Class: Aws::Types::DescribeGlobalNetworksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_ids ⇒ ::Array[::String]

Returns the value of attribute global_network_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def next_token
  @next_token
end