Class: Aws::Types::RestoreFromClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFromClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
-
#aqua_configuration_status ⇒ "enabled", ...
Returns the value of attribute aqua_configuration_status.
-
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
-
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
-
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
-
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
-
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def additional_info @additional_info end |
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def allow_version_upgrade @allow_version_upgrade end |
#aqua_configuration_status ⇒ "enabled", ...
Returns the value of attribute aqua_configuration_status.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def aqua_configuration_status @aqua_configuration_status end |
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def availability_zone @availability_zone end |
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def availability_zone_relocation @availability_zone_relocation end |
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def catalog_name @catalog_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def cluster_identifier @cluster_identifier end |
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def cluster_parameter_group_name @cluster_parameter_group_name end |
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def cluster_security_groups @cluster_security_groups end |
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def cluster_subnet_group_name @cluster_subnet_group_name end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def default_iam_role_arn @default_iam_role_arn end |
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def elastic_ip @elastic_ip end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def encrypted @encrypted end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def enhanced_vpc_routing @enhanced_vpc_routing end |
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def hsm_configuration_identifier @hsm_configuration_identifier end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def iam_roles @iam_roles end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def kms_key_id @kms_key_id end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def maintenance_track_name @maintenance_track_name end |
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def manage_master_password @manage_master_password end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def master_password_secret_kms_key_id @master_password_secret_kms_key_id end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def multi_az @multi_az end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def number_of_nodes @number_of_nodes end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def owner_account @owner_account end |
#port ⇒ ::Integer
Returns the value of attribute port.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def port @port end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def publicly_accessible @publicly_accessible end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def redshift_idc_application_arn @redshift_idc_application_arn end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def reserved_node_id @reserved_node_id end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def snapshot_arn @snapshot_arn end |
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def snapshot_identifier @snapshot_identifier end |
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def snapshot_schedule_identifier @snapshot_schedule_identifier end |
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def target_reserved_node_offering_id @target_reserved_node_offering_id end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def vpc_security_group_ids @vpc_security_group_ids end |