Method: Aws::MemoryDB::Types::ClusterConfiguration#name
- Defined in:
- lib/aws-sdk-memorydb/types.rb
#name ⇒ String
The name of the cluster
474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'lib/aws-sdk-memorydb/types.rb', line 474 class ClusterConfiguration < Struct.new( :name, :description, :node_type, :engine, :engine_version, :maintenance_window, :topic_arn, :port, :parameter_group_name, :subnet_group_name, :vpc_id, :snapshot_retention_limit, :snapshot_window, :num_shards, :shards, :multi_region_parameter_group_name, :multi_region_cluster_name) SENSITIVE = [] include Aws::Structure end |