Class: Aws::Types::UpdatePartnerStatusInputMessage
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePartnerStatusInputMessage
- 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.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def account_id @account_id end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def cluster_identifier @cluster_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def partner_name @partner_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def @status_message end |