Class: Aws::Types::UpdateSubnetGroupRequest

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)


488
489
490
# File 'sig/types.rbs', line 488

def description
  @description
end

#subnet_group_name::String

Returns the value of attribute subnet_group_name.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def subnet_group_name
  @subnet_group_name
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


489
490
491
# File 'sig/types.rbs', line 489

def subnet_ids
  @subnet_ids
end