Class: Aws::Types::CreateResolverRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResolverRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#delegation_record ⇒ ::String
Returns the value of attribute delegation_record.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
-
#rule_type ⇒ "FORWARD", ...
Returns the value of attribute rule_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def creator_request_id @creator_request_id end |
#delegation_record ⇒ ::String
Returns the value of attribute delegation_record.
251 252 253 |
# File 'sig/types.rbs', line 251 def delegation_record @delegation_record end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
247 248 249 |
# File 'sig/types.rbs', line 247 def domain_name @domain_name end |
#name ⇒ ::String
Returns the value of attribute name.
245 246 247 |
# File 'sig/types.rbs', line 245 def name @name end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def resolver_endpoint_id @resolver_endpoint_id end |
#rule_type ⇒ "FORWARD", ...
Returns the value of attribute rule_type.
246 247 248 |
# File 'sig/types.rbs', line 246 def rule_type @rule_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
250 251 252 |
# File 'sig/types.rbs', line 250 def @tags end |
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
248 249 250 |
# File 'sig/types.rbs', line 248 def target_ips @target_ips end |