Class: Aws::ElastiCache::Types::DescribeUpdateActionsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idsArray<String>

The cache cluster IDs

Returns:

  • (Array<String>)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The Elasticache engine to which the update applies. Either Redis or Memcached

Returns:

  • (String)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of records to include in the response

Returns:

  • (Integer)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idsArray<String>

The replication group IDs

Returns:

  • (Array<String>)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_statusArray<String>

The status of the service update

Returns:

  • (Array<String>)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_time_rangeTypes::TimeRangeFilter

The range of time specified to search for service updates that are in available status



4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#show_node_level_update_statusBoolean

Dictates whether to include node level update status in the response

Returns:

  • (Boolean)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#update_action_statusArray<String>

The status of the update action.

Returns:

  • (Array<String>)


4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4734

class DescribeUpdateActionsMessage < Struct.new(
  :service_update_name,
  :replication_group_ids,
  :cache_cluster_ids,
  :engine,
  :service_update_status,
  :service_update_time_range,
  :update_action_status,
  :show_node_level_update_status,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end