Class: Aws::Types::CacheCluster
- Inherits:
-
Object
- Object
- Aws::Types::CacheCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
-
#auth_token_enabled ⇒ Boolean
Returns the value of attribute auth_token_enabled.
-
#auth_token_last_modified_date ⇒ ::Time
Returns the value of attribute auth_token_last_modified_date.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#cache_cluster_create_time ⇒ ::Time
Returns the value of attribute cache_cluster_create_time.
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#cache_cluster_status ⇒ ::String
Returns the value of attribute cache_cluster_status.
-
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
-
#cache_nodes ⇒ ::Array[Types::CacheNode]
Returns the value of attribute cache_nodes.
-
#cache_parameter_group ⇒ Types::CacheParameterGroupStatus
Returns the value of attribute cache_parameter_group.
-
#cache_security_groups ⇒ ::Array[Types::CacheSecurityGroupMembership]
Returns the value of attribute cache_security_groups.
-
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
-
#client_download_landing_page ⇒ ::String
Returns the value of attribute client_download_landing_page.
-
#configuration_endpoint ⇒ Types::Endpoint
Returns the value of attribute configuration_endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
-
#log_delivery_configurations ⇒ ::Array[Types::LogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
-
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
-
#pending_modified_values ⇒ Types::PendingModifiedValues
Returns the value of attribute pending_modified_values.
-
#preferred_availability_zone ⇒ ::String
Returns the value of attribute preferred_availability_zone.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#preferred_outpost_arn ⇒ ::String
Returns the value of attribute preferred_outpost_arn.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#replication_group_log_delivery_enabled ⇒ Boolean
Returns the value of attribute replication_group_log_delivery_enabled.
-
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
-
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
-
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
-
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
-
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def arn @arn end |
#at_rest_encryption_enabled ⇒ Boolean
Returns the value of attribute at_rest_encryption_enabled.
102 103 104 |
# File 'sig/types.rbs', line 102 def at_rest_encryption_enabled @at_rest_encryption_enabled end |
#auth_token_enabled ⇒ Boolean
Returns the value of attribute auth_token_enabled.
99 100 101 |
# File 'sig/types.rbs', line 99 def auth_token_enabled @auth_token_enabled end |
#auth_token_last_modified_date ⇒ ::Time
Returns the value of attribute auth_token_last_modified_date.
100 101 102 |
# File 'sig/types.rbs', line 100 def auth_token_last_modified_date @auth_token_last_modified_date end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
94 95 96 |
# File 'sig/types.rbs', line 94 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#cache_cluster_create_time ⇒ ::Time
Returns the value of attribute cache_cluster_create_time.
86 87 88 |
# File 'sig/types.rbs', line 86 def cache_cluster_create_time @cache_cluster_create_time end |
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def cache_cluster_id @cache_cluster_id end |
#cache_cluster_status ⇒ ::String
Returns the value of attribute cache_cluster_status.
82 83 84 |
# File 'sig/types.rbs', line 82 def cache_cluster_status @cache_cluster_status end |
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
79 80 81 |
# File 'sig/types.rbs', line 79 def cache_node_type @cache_node_type end |
#cache_nodes ⇒ ::Array[Types::CacheNode]
Returns the value of attribute cache_nodes.
93 94 95 |
# File 'sig/types.rbs', line 93 def cache_nodes @cache_nodes end |
#cache_parameter_group ⇒ Types::CacheParameterGroupStatus
Returns the value of attribute cache_parameter_group.
91 92 93 |
# File 'sig/types.rbs', line 91 def cache_parameter_group @cache_parameter_group end |
#cache_security_groups ⇒ ::Array[Types::CacheSecurityGroupMembership]
Returns the value of attribute cache_security_groups.
90 91 92 |
# File 'sig/types.rbs', line 90 def cache_security_groups @cache_security_groups end |
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def cache_subnet_group_name @cache_subnet_group_name end |
#client_download_landing_page ⇒ ::String
Returns the value of attribute client_download_landing_page.
78 79 80 |
# File 'sig/types.rbs', line 78 def client_download_landing_page @client_download_landing_page end |
#configuration_endpoint ⇒ Types::Endpoint
Returns the value of attribute configuration_endpoint.
77 78 79 |
# File 'sig/types.rbs', line 77 def configuration_endpoint @configuration_endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
80 81 82 |
# File 'sig/types.rbs', line 80 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
81 82 83 |
# File 'sig/types.rbs', line 81 def engine_version @engine_version end |
#ip_discovery ⇒ "ipv4", "ipv6"
Returns the value of attribute ip_discovery.
107 108 109 |
# File 'sig/types.rbs', line 107 def ip_discovery @ip_discovery end |
#log_delivery_configurations ⇒ ::Array[Types::LogDeliveryConfiguration]
Returns the value of attribute log_delivery_configurations.
105 106 107 |
# File 'sig/types.rbs', line 105 def log_delivery_configurations @log_delivery_configurations end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
106 107 108 |
# File 'sig/types.rbs', line 106 def network_type @network_type end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
89 90 91 |
# File 'sig/types.rbs', line 89 def notification_configuration @notification_configuration end |
#num_cache_nodes ⇒ ::Integer
Returns the value of attribute num_cache_nodes.
83 84 85 |
# File 'sig/types.rbs', line 83 def num_cache_nodes @num_cache_nodes end |
#pending_modified_values ⇒ Types::PendingModifiedValues
Returns the value of attribute pending_modified_values.
88 89 90 |
# File 'sig/types.rbs', line 88 def pending_modified_values @pending_modified_values end |
#preferred_availability_zone ⇒ ::String
Returns the value of attribute preferred_availability_zone.
84 85 86 |
# File 'sig/types.rbs', line 84 def preferred_availability_zone @preferred_availability_zone end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
87 88 89 |
# File 'sig/types.rbs', line 87 def preferred_maintenance_window @preferred_maintenance_window end |
#preferred_outpost_arn ⇒ ::String
Returns the value of attribute preferred_outpost_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def preferred_outpost_arn @preferred_outpost_arn end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def replication_group_id @replication_group_id end |
#replication_group_log_delivery_enabled ⇒ Boolean
Returns the value of attribute replication_group_log_delivery_enabled.
104 105 106 |
# File 'sig/types.rbs', line 104 def replication_group_log_delivery_enabled @replication_group_log_delivery_enabled end |
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
95 96 97 |
# File 'sig/types.rbs', line 95 def security_groups @security_groups end |
#snapshot_retention_limit ⇒ ::Integer
Returns the value of attribute snapshot_retention_limit.
97 98 99 |
# File 'sig/types.rbs', line 97 def snapshot_retention_limit @snapshot_retention_limit end |
#snapshot_window ⇒ ::String
Returns the value of attribute snapshot_window.
98 99 100 |
# File 'sig/types.rbs', line 98 def snapshot_window @snapshot_window end |
#transit_encryption_enabled ⇒ Boolean
Returns the value of attribute transit_encryption_enabled.
101 102 103 |
# File 'sig/types.rbs', line 101 def transit_encryption_enabled @transit_encryption_enabled end |
#transit_encryption_mode ⇒ "preferred", "required"
Returns the value of attribute transit_encryption_mode.
108 109 110 |
# File 'sig/types.rbs', line 108 def transit_encryption_mode @transit_encryption_mode end |