Class: Aws::Types::DescribePartnersInputMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribePartnersInputMessage
- 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.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def account_id @account_id end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def cluster_identifier @cluster_identifier end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def partner_name @partner_name end |