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.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def account_id @account_id end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def cluster_identifier @cluster_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def partner_name @partner_name end |