Class: Aws::Types::DBSubnetGroup

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)


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

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)


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

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)


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

def db_subnet_group_name
  @db_subnet_group_name
end

#subnet_group_status::String

Returns the value of attribute subnet_group_status.

Returns:

  • (::String)


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

def subnet_group_status
  @subnet_group_status
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



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

def subnets
  @subnets
end

#supported_network_types::Array[::String]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[::String])


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

def supported_network_types
  @supported_network_types
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


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

def vpc_id
  @vpc_id
end