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.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def created_at @created_at end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def database_name @database_name end |
#partner_name ⇒ ::String
Returns the value of attribute partner_name.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def partner_name @partner_name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def @status_message end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def updated_at @updated_at end |