Class: Aws::MemoryDB::Types::RegionalCluster

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Represents a Regional cluster

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) the Regional cluster

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-memorydb/types.rb', line 2644

class RegionalCluster < Struct.new(
  :cluster_name,
  :region,
  :status,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the Regional cluster

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-memorydb/types.rb', line 2644

class RegionalCluster < Struct.new(
  :cluster_name,
  :region,
  :status,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Region the current Regional cluster is assigned to.

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-memorydb/types.rb', line 2644

class RegionalCluster < Struct.new(
  :cluster_name,
  :region,
  :status,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Regional cluster.

Returns:

  • (String)


2644
2645
2646
2647
2648
2649
2650
2651
# File 'lib/aws-sdk-memorydb/types.rb', line 2644

class RegionalCluster < Struct.new(
  :cluster_name,
  :region,
  :status,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end