Class: Aws::Types::SelectResourceConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::SelectResourceConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def expression @expression end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def next_token @next_token end |