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.
-
#domain_with_suffix ⇒ ::String
Returns the value of attribute domain_with_suffix.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#vpc_owner_account_id ⇒ ::String
Returns the value of attribute vpc_owner_account_id.
Instance Attribute Details
#blocked ⇒ Boolean
Returns the value of attribute blocked.
969 970 971 |
# File 'sig/types.rbs', line 969 def blocked @blocked end |
#domain ⇒ ::String
Returns the value of attribute domain.
967 968 969 |
# File 'sig/types.rbs', line 967 def domain @domain end |
#domain_with_suffix ⇒ ::String
Returns the value of attribute domain_with_suffix.
970 971 972 |
# File 'sig/types.rbs', line 970 def domain_with_suffix @domain_with_suffix end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
968 969 970 |
# File 'sig/types.rbs', line 968 def protocol @protocol end |
#vpc_owner_account_id ⇒ ::String
Returns the value of attribute vpc_owner_account_id.
971 972 973 |
# File 'sig/types.rbs', line 971 def vpc_owner_account_id @vpc_owner_account_id end |