Class: Aws::Types::CreateDBSubnetGroupMessage

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_description::String

Returns the value of attribute db_subnet_group_description.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

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)


705
706
707
# File 'sig/types.rbs', line 705

def db_subnet_group_name
  @db_subnet_group_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


707
708
709
# File 'sig/types.rbs', line 707

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def tags
  @tags
end