Class: Aws::Types::PartnerIntegrationInfo
- Inherits:
-
Object
- Object
- Aws::Types::PartnerIntegrationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def created_at @created_at end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def partner_name @partner_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def updated_at @updated_at end |