Class: Aws::Types::GlobalCluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2668
2669
2670
# File 'sig/types.rbs', line 2668

def database_name
  @database_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


2671
2672
2673
# File 'sig/types.rbs', line 2671

def deletion_protection
  @deletion_protection
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2673
2674
2675
# File 'sig/types.rbs', line 2673

def endpoint
  @endpoint
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2665
2666
2667
# File 'sig/types.rbs', line 2665

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def engine_version
  @engine_version
end

#failover_stateTypes::FailoverState

Returns the value of attribute failover_state.



2674
2675
2676
# File 'sig/types.rbs', line 2674

def failover_state
  @failover_state
end

#global_cluster_arn::String

Returns the value of attribute global_cluster_arn.

Returns:

  • (::String)


2663
2664
2665
# File 'sig/types.rbs', line 2663

def global_cluster_arn
  @global_cluster_arn
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


2661
2662
2663
# File 'sig/types.rbs', line 2661

def global_cluster_identifier
  @global_cluster_identifier
end

#global_cluster_members::Array[Types::GlobalClusterMember]

Returns the value of attribute global_cluster_members.

Returns:



2672
2673
2674
# File 'sig/types.rbs', line 2672

def global_cluster_members
  @global_cluster_members
end

#global_cluster_resource_id::String

Returns the value of attribute global_cluster_resource_id.

Returns:

  • (::String)


2662
2663
2664
# File 'sig/types.rbs', line 2662

def global_cluster_resource_id
  @global_cluster_resource_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2664
2665
2666
# File 'sig/types.rbs', line 2664

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def storage_encrypted
  @storage_encrypted
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

  • ("none", "sse-kms", "sse-rds")


2670
2671
2672
# File 'sig/types.rbs', line 2670

def storage_encryption_type
  @storage_encryption_type
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



2675
2676
2677
# File 'sig/types.rbs', line 2675

def tag_list
  @tag_list
end