Class: Aws::Types::SourceRegion

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


4243
4244
4245
# File 'sig/types.rbs', line 4243

def endpoint
  @endpoint
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


4242
4243
4244
# File 'sig/types.rbs', line 4242

def region_name
  @region_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


4244
4245
4246
# File 'sig/types.rbs', line 4244

def status
  @status
end

#supports_db_instance_automated_backups_replicationBoolean

Returns the value of attribute supports_db_instance_automated_backups_replication.

Returns:

  • (Boolean)


4245
4246
4247
# File 'sig/types.rbs', line 4245

def supports_db_instance_automated_backups_replication
  @supports_db_instance_automated_backups_replication
end