Class: Aws::Types::GetNetworkResourceCountsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def global_network_id
  @global_network_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def next_token
  @next_token
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def resource_type
  @resource_type
end