Class: Aws::Types::DnsRequestAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blockedBoolean

Returns the value of attribute blocked.

Returns:

  • (Boolean)


5640
5641
5642
# File 'sig/types.rbs', line 5640

def blocked
  @blocked
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


5638
5639
5640
# File 'sig/types.rbs', line 5638

def domain
  @domain
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


5639
5640
5641
# File 'sig/types.rbs', line 5639

def protocol
  @protocol
end