Class: Aws::Types::RefreshSchemasStatus
- Inherits:
-
Object
- Object
- Aws::Types::RefreshSchemasStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#last_refresh_date ⇒ ::Time
Returns the value of attribute last_refresh_date.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
-
#status ⇒ "successful", ...
Returns the value of attribute status.
Instance Attribute Details
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def endpoint_arn @endpoint_arn end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def @last_failure_message end |
#last_refresh_date ⇒ ::Time
Returns the value of attribute last_refresh_date.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def last_refresh_date @last_refresh_date end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def replication_instance_arn @replication_instance_arn end |
#status ⇒ "successful", ...
Returns the value of attribute status.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def status @status end |