Class: Aws::Types::AssociateDhcpOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def dhcp_options_id
  @dhcp_options_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


576
577
578
# File 'sig/types.rbs', line 576

def dry_run
  @dry_run
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def vpc_id
  @vpc_id
end