Class: Aws::Types::GetNetworkResourceCountsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkResourceCountsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
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.
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.
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.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def resource_type @resource_type end |