Class: Aws::Types::CreateDhcpOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dhcp_configurations::Array[Types::NewDhcpConfiguration]

Returns the value of attribute dhcp_configurations.

Returns:



2414
2415
2416
# File 'sig/types.rbs', line 2414

def dhcp_configurations
  @dhcp_configurations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2415
2416
2417
# File 'sig/types.rbs', line 2415

def tag_specifications
  @tag_specifications
end