Class: Aws::Types::RelationalDatabase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def arn
  @arn
end

#backup_retention_enabledBoolean

Returns the value of attribute backup_retention_enabled.

Returns:

  • (Boolean)


2681
2682
2683
# File 'sig/types.rbs', line 2681

def backup_retention_enabled
  @backup_retention_enabled
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


2693
2694
2695
# File 'sig/types.rbs', line 2693

def ca_certificate_identifier
  @ca_certificate_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def created_at
  @created_at
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def engine_version
  @engine_version
end

#hardwareTypes::RelationalDatabaseHardware

Returns the value of attribute hardware.



2678
2679
2680
# File 'sig/types.rbs', line 2678

def hardware
  @hardware
end

#latest_restorable_time::Time

Returns the value of attribute latest_restorable_time.

Returns:

  • (::Time)


2685
2686
2687
# File 'sig/types.rbs', line 2685

def latest_restorable_time
  @latest_restorable_time
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2672
2673
2674
# File 'sig/types.rbs', line 2672

def location
  @location
end

#master_database_name::String

Returns the value of attribute master_database_name.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def master_database_name
  @master_database_name
end

#master_endpointTypes::RelationalDatabaseEndpoint

Returns the value of attribute master_endpoint.



2691
2692
2693
# File 'sig/types.rbs', line 2691

def master_endpoint
  @master_endpoint
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def master_username
  @master_username
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def name
  @name
end

#parameter_apply_status::String

Returns the value of attribute parameter_apply_status.

Returns:

  • (::String)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def parameter_apply_status
  @parameter_apply_status
end

#pending_maintenance_actions::Array[Types::PendingMaintenanceAction]

Returns the value of attribute pending_maintenance_actions.

Returns:



2692
2693
2694
# File 'sig/types.rbs', line 2692

def pending_maintenance_actions
  @pending_maintenance_actions
end

#pending_modified_valuesTypes::PendingModifiedRelationalDatabaseValues

Returns the value of attribute pending_modified_values.



2682
2683
2684
# File 'sig/types.rbs', line 2682

def pending_modified_values
  @pending_modified_values
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


2689
2690
2691
# File 'sig/types.rbs', line 2689

def preferred_maintenance_window
  @preferred_maintenance_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


2690
2691
2692
# File 'sig/types.rbs', line 2690

def publicly_accessible
  @publicly_accessible
end

#relational_database_blueprint_id::String

Returns the value of attribute relational_database_blueprint_id.

Returns:

  • (::String)


2675
2676
2677
# File 'sig/types.rbs', line 2675

def relational_database_blueprint_id
  @relational_database_blueprint_id
end

#relational_database_bundle_id::String

Returns the value of attribute relational_database_bundle_id.

Returns:

  • (::String)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def relational_database_bundle_id
  @relational_database_bundle_id
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2673
2674
2675
# File 'sig/types.rbs', line 2673

def resource_type
  @resource_type
end

#secondary_availability_zone::String

Returns the value of attribute secondary_availability_zone.

Returns:

  • (::String)


2680
2681
2682
# File 'sig/types.rbs', line 2680

def secondary_availability_zone
  @secondary_availability_zone
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def state
  @state
end

#support_code::String

Returns the value of attribute support_code.

Returns:

  • (::String)


2670
2671
2672
# File 'sig/types.rbs', line 2670

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2674
2675
2676
# File 'sig/types.rbs', line 2674

def tags
  @tags
end