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:



2286
2287
2288
# File 'sig/types.rbs', line 2286

def dhcp_configurations
  @dhcp_configurations
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2287
2288
2289
# File 'sig/types.rbs', line 2287

def tag_specifications
  @tag_specifications
end