Class: Aws::MemoryDB::Types::RegionalCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::RegionalCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Represents a Regional cluster
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) the Regional cluster.
-
#cluster_name ⇒ String
The name of the Regional cluster.
-
#region ⇒ String
The Region the current Regional cluster is assigned to.
-
#status ⇒ String
The status of the Regional cluster.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) the Regional cluster
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_name ⇒ String
The name of the Regional cluster
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 |
#region ⇒ String
The Region the current Regional cluster is assigned to.
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 |
#status ⇒ String
The status of the Regional cluster.
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 |