Class: Aws::Types::RdsDbInstanceDetails

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)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def db_cluster_identifier
  @db_cluster_identifier
end

#db_instance_arn::String

Returns the value of attribute db_instance_arn.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def db_instance_arn
  @db_instance_arn
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def db_instance_identifier
  @db_instance_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def dbi_resource_id
  @dbi_resource_id
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def engine_version
  @engine_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2496
2497
2498
# File 'sig/types.rbs', line 2496

def tags
  @tags
end