Class: Aws::Types::UpdateSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_subnets::Array[::String]

Returns the value of attribute add_subnets.

Returns:

  • (::Array[::String])


416
417
418
# File 'sig/types.rbs', line 416

def add_subnets
  @add_subnets
end

#remove_subnets::Array[::String]

Returns the value of attribute remove_subnets.

Returns:

  • (::Array[::String])


417
418
419
# File 'sig/types.rbs', line 417

def remove_subnets
  @remove_subnets
end

#security_group_id::String

Returns the value of attribute security_group_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def security_group_id
  @security_group_id
end