Class: Aws::Types::MultiRegionCluster

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def arn
  @arn
end

#clusters ⇒ ::Array[Types::RegionalCluster]

Returns the value of attribute clusters.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def clusters
  @clusters
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def description
  @description
end

#engine ⇒ ::String

Returns the value of attribute engine.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def engine
  @engine
end

#engine_version ⇒ ::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def engine_version
  @engine_version
end

#multi_region_cluster_name ⇒ ::String

Returns the value of attribute multi_region_cluster_name.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def multi_region_cluster_name
  @multi_region_cluster_name
end

#multi_region_parameter_group_name ⇒ ::String

Returns the value of attribute multi_region_parameter_group_name.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def multi_region_parameter_group_name
  @multi_region_parameter_group_name
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def node_type
  @node_type
end

#number_of_shards ⇒ ::Integer

Returns the value of attribute number_of_shards.

Returns:

  • (::Integer)


699
700
701
# File 'sig/types.rbs', line 699

def number_of_shards
  @number_of_shards
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def status
  @status
end

#tls_enabled ⇒ Boolean

Returns the value of attribute tls_enabled.

Returns:

  • (Boolean)


702
703
704
# File 'sig/types.rbs', line 702

def tls_enabled
  @tls_enabled
end