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)


1720
1721
1722
# File 'sig/types.rbs', line 1720

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)


1716
1717
1718
# File 'sig/types.rbs', line 1716

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)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def db_subnet_group_name
  @db_subnet_group_name
end

#subnet_group_status::String

Returns the value of attribute subnet_group_status.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def subnet_group_status
  @subnet_group_status
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



1719
1720
1721
# File 'sig/types.rbs', line 1719

def subnets
  @subnets
end

#supported_network_types::Array[::String]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[::String])


1721
1722
1723
# File 'sig/types.rbs', line 1721

def supported_network_types
  @supported_network_types
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def vpc_id
  @vpc_id
end