Class: Aws::Types::ResolverRule
- Inherits:
-
Object
- Object
- Aws::Types::ResolverRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
-
#rule_type ⇒ "FORWARD", ...
Returns the value of attribute rule_type.
-
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def arn @arn end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def creator_request_id @creator_request_id end |
#delegation_record ⇒ ::String
Returns the value of attribute delegation_record.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def delegation_record @delegation_record end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def id @id end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def owner_id @owner_id end |
#resolver_endpoint_id ⇒ ::String
Returns the value of attribute resolver_endpoint_id.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def resolver_endpoint_id @resolver_endpoint_id end |
#rule_type ⇒ "FORWARD", ...
Returns the value of attribute rule_type.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def rule_type @rule_type end |
#share_status ⇒ "NOT_SHARED", ...
Returns the value of attribute share_status.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def share_status @share_status end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def @status_message end |
#target_ips ⇒ ::Array[Types::TargetAddress]
Returns the value of attribute target_ips.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def target_ips @target_ips end |