Class: Aws::Types::AwsRedshiftClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
-
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#cluster_availability_status ⇒ ::String
Returns the value of attribute cluster_availability_status.
-
#cluster_create_time ⇒ ::String
Returns the value of attribute cluster_create_time.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_nodes ⇒ ::Array[Types::AwsRedshiftClusterClusterNode]
Returns the value of attribute cluster_nodes.
-
#cluster_parameter_groups ⇒ ::Array[Types::AwsRedshiftClusterClusterParameterGroup]
Returns the value of attribute cluster_parameter_groups.
-
#cluster_public_key ⇒ ::String
Returns the value of attribute cluster_public_key.
-
#cluster_revision_number ⇒ ::String
Returns the value of attribute cluster_revision_number.
-
#cluster_security_groups ⇒ ::Array[Types::AwsRedshiftClusterClusterSecurityGroup]
Returns the value of attribute cluster_security_groups.
-
#cluster_snapshot_copy_status ⇒ Types::AwsRedshiftClusterClusterSnapshotCopyStatus
Returns the value of attribute cluster_snapshot_copy_status.
-
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
-
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#deferred_maintenance_windows ⇒ ::Array[Types::AwsRedshiftClusterDeferredMaintenanceWindow]
Returns the value of attribute deferred_maintenance_windows.
-
#elastic_ip_status ⇒ Types::AwsRedshiftClusterElasticIpStatus
Returns the value of attribute elastic_ip_status.
-
#elastic_resize_number_of_node_options ⇒ ::String
Returns the value of attribute elastic_resize_number_of_node_options.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#endpoint ⇒ Types::AwsRedshiftClusterEndpoint
Returns the value of attribute endpoint.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#expected_next_snapshot_schedule_time ⇒ ::String
Returns the value of attribute expected_next_snapshot_schedule_time.
-
#expected_next_snapshot_schedule_time_status ⇒ ::String
Returns the value of attribute expected_next_snapshot_schedule_time_status.
-
#hsm_status ⇒ Types::AwsRedshiftClusterHsmStatus
Returns the value of attribute hsm_status.
-
#iam_roles ⇒ ::Array[Types::AwsRedshiftClusterIamRole]
Returns the value of attribute iam_roles.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#logging_status ⇒ Types::AwsRedshiftClusterLoggingStatus
Returns the value of attribute logging_status.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#next_maintenance_window_start_time ⇒ ::String
Returns the value of attribute next_maintenance_window_start_time.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#pending_actions ⇒ ::Array[::String]
Returns the value of attribute pending_actions.
-
#pending_modified_values ⇒ Types::AwsRedshiftClusterPendingModifiedValues
Returns the value of attribute pending_modified_values.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#resize_info ⇒ Types::AwsRedshiftClusterResizeInfo
Returns the value of attribute resize_info.
-
#restore_status ⇒ Types::AwsRedshiftClusterRestoreStatus
Returns the value of attribute restore_status.
-
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
-
#snapshot_schedule_state ⇒ ::String
Returns the value of attribute snapshot_schedule_state.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_security_groups ⇒ ::Array[Types::AwsRedshiftClusterVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
3767 3768 3769 |
# File 'sig/types.rbs', line 3767 def allow_version_upgrade @allow_version_upgrade end |
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def availability_zone @availability_zone end |
#cluster_availability_status ⇒ ::String
Returns the value of attribute cluster_availability_status.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def cluster_availability_status @cluster_availability_status end |
#cluster_create_time ⇒ ::String
Returns the value of attribute cluster_create_time.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def cluster_create_time @cluster_create_time end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
3772 3773 3774 |
# File 'sig/types.rbs', line 3772 def cluster_identifier @cluster_identifier end |
#cluster_nodes ⇒ ::Array[Types::AwsRedshiftClusterClusterNode]
Returns the value of attribute cluster_nodes.
3773 3774 3775 |
# File 'sig/types.rbs', line 3773 def cluster_nodes @cluster_nodes end |
#cluster_parameter_groups ⇒ ::Array[Types::AwsRedshiftClusterClusterParameterGroup]
Returns the value of attribute cluster_parameter_groups.
3774 3775 3776 |
# File 'sig/types.rbs', line 3774 def cluster_parameter_groups @cluster_parameter_groups end |
#cluster_public_key ⇒ ::String
Returns the value of attribute cluster_public_key.
3775 3776 3777 |
# File 'sig/types.rbs', line 3775 def cluster_public_key @cluster_public_key end |
#cluster_revision_number ⇒ ::String
Returns the value of attribute cluster_revision_number.
3776 3777 3778 |
# File 'sig/types.rbs', line 3776 def cluster_revision_number @cluster_revision_number end |
#cluster_security_groups ⇒ ::Array[Types::AwsRedshiftClusterClusterSecurityGroup]
Returns the value of attribute cluster_security_groups.
3777 3778 3779 |
# File 'sig/types.rbs', line 3777 def cluster_security_groups @cluster_security_groups end |
#cluster_snapshot_copy_status ⇒ Types::AwsRedshiftClusterClusterSnapshotCopyStatus
Returns the value of attribute cluster_snapshot_copy_status.
3778 3779 3780 |
# File 'sig/types.rbs', line 3778 def cluster_snapshot_copy_status @cluster_snapshot_copy_status end |
#cluster_status ⇒ ::String
Returns the value of attribute cluster_status.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def cluster_status @cluster_status end |
#cluster_subnet_group_name ⇒ ::String
Returns the value of attribute cluster_subnet_group_name.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def cluster_subnet_group_name @cluster_subnet_group_name end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
3781 3782 3783 |
# File 'sig/types.rbs', line 3781 def cluster_version @cluster_version end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
3782 3783 3784 |
# File 'sig/types.rbs', line 3782 def db_name @db_name end |
#deferred_maintenance_windows ⇒ ::Array[Types::AwsRedshiftClusterDeferredMaintenanceWindow]
Returns the value of attribute deferred_maintenance_windows.
3783 3784 3785 |
# File 'sig/types.rbs', line 3783 def deferred_maintenance_windows @deferred_maintenance_windows end |
#elastic_ip_status ⇒ Types::AwsRedshiftClusterElasticIpStatus
Returns the value of attribute elastic_ip_status.
3784 3785 3786 |
# File 'sig/types.rbs', line 3784 def elastic_ip_status @elastic_ip_status end |
#elastic_resize_number_of_node_options ⇒ ::String
Returns the value of attribute elastic_resize_number_of_node_options.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def @elastic_resize_number_of_node_options end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def encrypted @encrypted end |
#endpoint ⇒ Types::AwsRedshiftClusterEndpoint
Returns the value of attribute endpoint.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def endpoint @endpoint end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
3788 3789 3790 |
# File 'sig/types.rbs', line 3788 def enhanced_vpc_routing @enhanced_vpc_routing end |
#expected_next_snapshot_schedule_time ⇒ ::String
Returns the value of attribute expected_next_snapshot_schedule_time.
3789 3790 3791 |
# File 'sig/types.rbs', line 3789 def expected_next_snapshot_schedule_time @expected_next_snapshot_schedule_time end |
#expected_next_snapshot_schedule_time_status ⇒ ::String
Returns the value of attribute expected_next_snapshot_schedule_time_status.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def expected_next_snapshot_schedule_time_status @expected_next_snapshot_schedule_time_status end |
#hsm_status ⇒ Types::AwsRedshiftClusterHsmStatus
Returns the value of attribute hsm_status.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def hsm_status @hsm_status end |
#iam_roles ⇒ ::Array[Types::AwsRedshiftClusterIamRole]
Returns the value of attribute iam_roles.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def iam_roles @iam_roles end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def kms_key_id @kms_key_id end |
#logging_status ⇒ Types::AwsRedshiftClusterLoggingStatus
Returns the value of attribute logging_status.
3810 3811 3812 |
# File 'sig/types.rbs', line 3810 def logging_status @logging_status end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def maintenance_track_name @maintenance_track_name end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def master_username @master_username end |
#next_maintenance_window_start_time ⇒ ::String
Returns the value of attribute next_maintenance_window_start_time.
3797 3798 3799 |
# File 'sig/types.rbs', line 3797 def next_maintenance_window_start_time @next_maintenance_window_start_time end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def number_of_nodes @number_of_nodes end |
#pending_actions ⇒ ::Array[::String]
Returns the value of attribute pending_actions.
3800 3801 3802 |
# File 'sig/types.rbs', line 3800 def pending_actions @pending_actions end |
#pending_modified_values ⇒ Types::AwsRedshiftClusterPendingModifiedValues
Returns the value of attribute pending_modified_values.
3801 3802 3803 |
# File 'sig/types.rbs', line 3801 def pending_modified_values @pending_modified_values end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def publicly_accessible @publicly_accessible end |
#resize_info ⇒ Types::AwsRedshiftClusterResizeInfo
Returns the value of attribute resize_info.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def resize_info @resize_info end |
#restore_status ⇒ Types::AwsRedshiftClusterRestoreStatus
Returns the value of attribute restore_status.
3805 3806 3807 |
# File 'sig/types.rbs', line 3805 def restore_status @restore_status end |
#snapshot_schedule_identifier ⇒ ::String
Returns the value of attribute snapshot_schedule_identifier.
3806 3807 3808 |
# File 'sig/types.rbs', line 3806 def snapshot_schedule_identifier @snapshot_schedule_identifier end |
#snapshot_schedule_state ⇒ ::String
Returns the value of attribute snapshot_schedule_state.
3807 3808 3809 |
# File 'sig/types.rbs', line 3807 def snapshot_schedule_state @snapshot_schedule_state end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3808 3809 3810 |
# File 'sig/types.rbs', line 3808 def vpc_id @vpc_id end |
#vpc_security_groups ⇒ ::Array[Types::AwsRedshiftClusterVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
3809 3810 3811 |
# File 'sig/types.rbs', line 3809 def vpc_security_groups @vpc_security_groups end |