Class: Aws::Types::CreateSubnetGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def description
  @description
end

#subnet_group_name ⇒ ::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def subnet_group_name
  @subnet_group_name
end

#subnet_ids ⇒ ::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


253
254
255
# File 'sig/types.rbs', line 253

def subnet_ids
  @subnet_ids
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def tags
  @tags
end