Class: Aws::Types::RefreshSchemasMessage
- Inherits:
-
Object
- Object
- Aws::Types::RefreshSchemasMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
Instance Attribute Details
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def endpoint_arn @endpoint_arn end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def replication_instance_arn @replication_instance_arn end |