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.
3599 3600 3601 |
# File 'sig/types.rbs', line 3599 def attributes_to_get @attributes_to_get end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3595 3596 3597 |
# File 'sig/types.rbs', line 3595 def catalog_id @catalog_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3597 3598 3599 |
# File 'sig/types.rbs', line 3597 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3596 3597 3598 |
# File 'sig/types.rbs', line 3596 def next_token @next_token end |
#resource_share_type ⇒ "FOREIGN", ...
Returns the value of attribute resource_share_type.
3598 3599 3600 |
# File 'sig/types.rbs', line 3598 def resource_share_type @resource_share_type end |