Class: Aws::Types::RelationalDatabase
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#backup_retention_enabled ⇒ Boolean
Returns the value of attribute backup_retention_enabled.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#hardware ⇒ Types::RelationalDatabaseHardware
Returns the value of attribute hardware.
-
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#master_database_name ⇒ ::String
Returns the value of attribute master_database_name.
-
#master_endpoint ⇒ Types::RelationalDatabaseEndpoint
Returns the value of attribute master_endpoint.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
-
#pending_maintenance_actions ⇒ ::Array[Types::PendingMaintenanceAction]
Returns the value of attribute pending_maintenance_actions.
-
#pending_modified_values ⇒ Types::PendingModifiedRelationalDatabaseValues
Returns the value of attribute pending_modified_values.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#relational_database_blueprint_id ⇒ ::String
Returns the value of attribute relational_database_blueprint_id.
-
#relational_database_bundle_id ⇒ ::String
Returns the value of attribute relational_database_bundle_id.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def arn @arn end |
#backup_retention_enabled ⇒ Boolean
Returns the value of attribute backup_retention_enabled.
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.
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.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def created_at @created_at end |
#engine ⇒ ::String
Returns the value of attribute engine.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def engine_version @engine_version end |
#hardware ⇒ Types::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.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def latest_restorable_time @latest_restorable_time end |
#location ⇒ Types::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.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def master_database_name @master_database_name end |
#master_endpoint ⇒ Types::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.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def master_username @master_username end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def pending_maintenance_actions @pending_maintenance_actions end |
#pending_modified_values ⇒ Types::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.
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.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
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.
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.
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.
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.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
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.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def end |