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.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def additional_info @additional_info end |
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def allow_version_upgrade @allow_version_upgrade end |
#aqua_configuration_status ⇒ "enabled", ...
Returns the value of attribute aqua_configuration_status.
2640 2641 2642 |
# File 'sig/types.rbs', line 2640 def aqua_configuration_status @aqua_configuration_status end |
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def availability_zone @availability_zone end |
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
2639 2640 2641 |
# File 'sig/types.rbs', line 2639 def availability_zone_relocation @availability_zone_relocation end |
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def catalog_name @catalog_name end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def cluster_identifier @cluster_identifier end |
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def cluster_parameter_group_name @cluster_parameter_group_name end |
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def cluster_security_groups @cluster_security_groups end |
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def cluster_subnet_group_name @cluster_subnet_group_name end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
2641 2642 2643 |
# File 'sig/types.rbs', line 2641 def default_iam_role_arn @default_iam_role_arn end |
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def elastic_ip @elastic_ip end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def encrypted @encrypted end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def enhanced_vpc_routing @enhanced_vpc_routing end |
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def hsm_configuration_identifier @hsm_configuration_identifier end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def iam_roles @iam_roles end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def kms_key_id @kms_key_id end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def maintenance_track_name @maintenance_track_name end |
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def manage_master_password @manage_master_password end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 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.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def master_password_secret_kms_key_id @master_password_secret_kms_key_id end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def multi_az @multi_az end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def number_of_nodes @number_of_nodes end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def owner_account @owner_account end |
#port ⇒ ::Integer
Returns the value of attribute port.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def port @port end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def publicly_accessible @publicly_accessible end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def redshift_idc_application_arn @redshift_idc_application_arn end |
#reserved_node_id ⇒ ::String
Returns the value of attribute reserved_node_id.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def reserved_node_id @reserved_node_id end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def snapshot_arn @snapshot_arn end |
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def snapshot_identifier @snapshot_identifier end |
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def snapshot_schedule_identifier @snapshot_schedule_identifier end |
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 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.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def vpc_security_group_ids @vpc_security_group_ids end |