Class: Aws::Types::GetDatabasesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDatabasesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_get ⇒ ::Array[("NAME" | "TARGET_DATABASE")]
Returns the value of attribute attributes_to_get.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_type ⇒ "FOREIGN", ...
Returns the value of attribute resource_share_type.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[("NAME" | "TARGET_DATABASE")]
Returns the value of attribute attributes_to_get.
3580 3581 3582 |
# File 'sig/types.rbs', line 3580 def attributes_to_get @attributes_to_get end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def catalog_id @catalog_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3578 3579 3580 |
# File 'sig/types.rbs', line 3578 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def next_token @next_token end |
#resource_share_type ⇒ "FOREIGN", ...
Returns the value of attribute resource_share_type.
3579 3580 3581 |
# File 'sig/types.rbs', line 3579 def resource_share_type @resource_share_type end |