Class: Aws::Types::DnsRequestAction
- Inherits:
-
Object
- Object
- Aws::Types::DnsRequestAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked ⇒ Boolean
Returns the value of attribute blocked.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
Instance Attribute Details
#blocked ⇒ Boolean
Returns the value of attribute blocked.
5640 5641 5642 |
# File 'sig/types.rbs', line 5640 def blocked @blocked end |
#domain ⇒ ::String
Returns the value of attribute domain.
5638 5639 5640 |
# File 'sig/types.rbs', line 5638 def domain @domain end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
5639 5640 5641 |
# File 'sig/types.rbs', line 5639 def protocol @protocol end |