Class: Aws::Types::DhcpOptions

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::DhcpConfiguration]

Returns the value of attribute dhcp_configurations.

Returns:



8210
8211
8212
# File 'sig/types.rbs', line 8210

def dhcp_configurations
  @dhcp_configurations
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


8209
8210
8211
# File 'sig/types.rbs', line 8209

def dhcp_options_id
  @dhcp_options_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


8207
8208
8209
# File 'sig/types.rbs', line 8207

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



8208
8209
8210
# File 'sig/types.rbs', line 8208

def tags
  @tags
end