Class: Aws::Types::GetDiscoveredResourceCountsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDiscoveredResourceCountsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def next_token @next_token end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def resource_types @resource_types end |