Class: Aws::Types::DBShardGroup

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)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def compute_redundancy
  @compute_redundancy
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def db_cluster_identifier
  @db_cluster_identifier
end

#db_shard_group_arn::String

Returns the value of attribute db_shard_group_arn.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def db_shard_group_arn
  @db_shard_group_arn
end

#db_shard_group_identifier::String

Returns the value of attribute db_shard_group_identifier.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def db_shard_group_identifier
  @db_shard_group_identifier
end

#db_shard_group_resource_id::String

Returns the value of attribute db_shard_group_resource_id.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def db_shard_group_resource_id
  @db_shard_group_resource_id
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def endpoint
  @endpoint
end

#max_acu::Float

Returns the value of attribute max_acu.

Returns:

  • (::Float)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def max_acu
  @max_acu
end

#min_acu::Float

Returns the value of attribute min_acu.

Returns:

  • (::Float)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def min_acu
  @min_acu
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def publicly_accessible
  @publicly_accessible
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def status
  @status
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



1609
1610
1611
# File 'sig/types.rbs', line 1609

def tag_list
  @tag_list
end