Class: Aws::Types::SourceRegion
- Inherits:
-
Object
- Object
- Aws::Types::SourceRegion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#supports_db_instance_automated_backups_replication ⇒ Boolean
Returns the value of attribute supports_db_instance_automated_backups_replication.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
4243 4244 4245 |
# File 'sig/types.rbs', line 4243 def endpoint @endpoint end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
4242 4243 4244 |
# File 'sig/types.rbs', line 4242 def region_name @region_name end |
#status ⇒ ::String
Returns the value of attribute status.
4244 4245 4246 |
# File 'sig/types.rbs', line 4244 def status @status end |
#supports_db_instance_automated_backups_replication ⇒ Boolean
Returns the value of attribute supports_db_instance_automated_backups_replication.
4245 4246 4247 |
# File 'sig/types.rbs', line 4245 def supports_db_instance_automated_backups_replication @supports_db_instance_automated_backups_replication end |