Class: Aws::Types::CreateDBShardGroupMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_redundancy::Integer

Returns the value of attribute compute_redundancy.

Returns:

  • (::Integer)


684
685
686
# File 'sig/types.rbs', line 684

def compute_redundancy
  @compute_redundancy
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def db_cluster_identifier
  @db_cluster_identifier
end

#db_shard_group_identifier::String

Returns the value of attribute db_shard_group_identifier.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def db_shard_group_identifier
  @db_shard_group_identifier
end

#max_acu::Float

Returns the value of attribute max_acu.

Returns:

  • (::Float)


685
686
687
# File 'sig/types.rbs', line 685

def max_acu
  @max_acu
end

#min_acu::Float

Returns the value of attribute min_acu.

Returns:

  • (::Float)


686
687
688
# File 'sig/types.rbs', line 686

def min_acu
  @min_acu
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


687
688
689
# File 'sig/types.rbs', line 687

def publicly_accessible
  @publicly_accessible
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def tags
  @tags
end