Class: Aws::Types::AwsRdsDbSubnetGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_group_arn::String

Returns the value of attribute db_subnet_group_arn.

Returns:

  • (::String)


3688
3689
3690
# File 'sig/types.rbs', line 3688

def db_subnet_group_arn
  @db_subnet_group_arn
end

#db_subnet_group_description::String

Returns the value of attribute db_subnet_group_description.

Returns:

  • (::String)


3684
3685
3686
# File 'sig/types.rbs', line 3684

def db_subnet_group_description
  @db_subnet_group_description
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


3683
3684
3685
# File 'sig/types.rbs', line 3683

def db_subnet_group_name
  @db_subnet_group_name
end

#subnet_group_status::String

Returns the value of attribute subnet_group_status.

Returns:

  • (::String)


3686
3687
3688
# File 'sig/types.rbs', line 3686

def subnet_group_status
  @subnet_group_status
end

#subnets::Array[Types::AwsRdsDbSubnetGroupSubnet]

Returns the value of attribute subnets.

Returns:



3687
3688
3689
# File 'sig/types.rbs', line 3687

def subnets
  @subnets
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3685
3686
3687
# File 'sig/types.rbs', line 3685

def vpc_id
  @vpc_id
end