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)


199
200
201
# File 'sig/types.rbs', line 199

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)


198
199
200
# File 'sig/types.rbs', line 198

def db_subnet_group_name
  @db_subnet_group_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


200
201
202
# File 'sig/types.rbs', line 200

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def tags
  @tags
end