Class: Aws::Types::DescribeDataSourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::String
Returns the value of attribute eq.
-
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
-
#ge ⇒ ::String
Returns the value of attribute ge.
-
#gt ⇒ ::String
Returns the value of attribute gt.
-
#le ⇒ ::String
Returns the value of attribute le.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#lt ⇒ ::String
Returns the value of attribute lt.
-
#ne ⇒ ::String
Returns the value of attribute ne.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
Instance Attribute Details
#eq ⇒ ::String
Returns the value of attribute eq.
248 249 250 |
# File 'sig/types.rbs', line 248 def eq @eq end |
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
247 248 249 |
# File 'sig/types.rbs', line 247 def filter_variable @filter_variable end |
#ge ⇒ ::String
Returns the value of attribute ge.
251 252 253 |
# File 'sig/types.rbs', line 251 def ge @ge end |
#gt ⇒ ::String
Returns the value of attribute gt.
249 250 251 |
# File 'sig/types.rbs', line 249 def gt @gt end |
#le ⇒ ::String
Returns the value of attribute le.
252 253 254 |
# File 'sig/types.rbs', line 252 def le @le end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
257 258 259 |
# File 'sig/types.rbs', line 257 def limit @limit end |
#lt ⇒ ::String
Returns the value of attribute lt.
250 251 252 |
# File 'sig/types.rbs', line 250 def lt @lt end |
#ne ⇒ ::String
Returns the value of attribute ne.
253 254 255 |
# File 'sig/types.rbs', line 253 def ne @ne end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
256 257 258 |
# File 'sig/types.rbs', line 256 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
254 255 256 |
# File 'sig/types.rbs', line 254 def prefix @prefix end |
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
255 256 257 |
# File 'sig/types.rbs', line 255 def sort_order @sort_order end |