Class: Aws::Types::PartnerIntegrationInputMessage
- Inherits:
-
Object
- Object
- Aws::Types::PartnerIntegrationInputMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def account_id @account_id end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def cluster_identifier @cluster_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def partner_name @partner_name end |