Class: Aws::Types::RdsLimitlessDbDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def db_cluster_identifier
  @db_cluster_identifier
end

#db_shard_group_arn::String

Returns the value of attribute db_shard_group_arn.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

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)


2510
2511
2512
# File 'sig/types.rbs', line 2510

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)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def db_shard_group_resource_id
  @db_shard_group_resource_id
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def engine_version
  @engine_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2516
2517
2518
# File 'sig/types.rbs', line 2516

def tags
  @tags
end