Class: Aws::Types::RDSMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RDSMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_pipeline_id ⇒ ::String
Returns the value of attribute data_pipeline_id.
-
#database ⇒ Types::RDSDatabase
Returns the value of attribute database.
-
#database_user_name ⇒ ::String
Returns the value of attribute database_user_name.
-
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
-
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
Instance Attribute Details
#data_pipeline_id ⇒ ::String
Returns the value of attribute data_pipeline_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def data_pipeline_id @data_pipeline_id end |
#database ⇒ Types::RDSDatabase
Returns the value of attribute database.
561 562 563 |
# File 'sig/types.rbs', line 561 def database @database end |
#database_user_name ⇒ ::String
Returns the value of attribute database_user_name.
562 563 564 |
# File 'sig/types.rbs', line 562 def database_user_name @database_user_name end |
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
564 565 566 |
# File 'sig/types.rbs', line 564 def resource_role @resource_role end |
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
563 564 565 |
# File 'sig/types.rbs', line 563 def select_sql_query @select_sql_query end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
565 566 567 |
# File 'sig/types.rbs', line 565 def service_role @service_role end |