Class: Aws::Types::ResolverEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::ResolverEndpoint
- 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.
-
#direction ⇒ "INBOUND", ...
Returns the value of attribute direction.
-
#dns_64_enabled ⇒ Boolean
Returns the value of attribute dns_64_enabled.
-
#host_vpc_id ⇒ ::String
Returns the value of attribute host_vpc_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_count ⇒ ::Integer
Returns the value of attribute ip_address_count.
-
#ipv_6_internet_access_enabled ⇒ Boolean
Returns the value of attribute ipv_6_internet_access_enabled.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
-
#protocols ⇒ ::Array[("DoH" | "Do53" | "DoH-FIPS")]
Returns the value of attribute protocols.
-
#resolver_endpoint_type ⇒ "IPV6", ...
Returns the value of attribute resolver_endpoint_type.
-
#rni_enhanced_metrics_enabled ⇒ Boolean
Returns the value of attribute rni_enhanced_metrics_enabled.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_name_server_metrics_enabled ⇒ Boolean
Returns the value of attribute target_name_server_metrics_enabled.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def arn @arn end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def creator_request_id @creator_request_id end |
#direction ⇒ "INBOUND", ...
Returns the value of attribute direction.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def direction @direction end |
#dns_64_enabled ⇒ Boolean
Returns the value of attribute dns_64_enabled.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def dns_64_enabled @dns_64_enabled end |
#host_vpc_id ⇒ ::String
Returns the value of attribute host_vpc_id.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def host_vpc_id @host_vpc_id end |
#id ⇒ ::String
Returns the value of attribute id.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def id @id end |
#ip_address_count ⇒ ::Integer
Returns the value of attribute ip_address_count.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def ip_address_count @ip_address_count end |
#ipv_6_internet_access_enabled ⇒ Boolean
Returns the value of attribute ipv_6_internet_access_enabled.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def ipv_6_internet_access_enabled @ipv_6_internet_access_enabled end |
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def name @name end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def outpost_arn @outpost_arn end |
#preferred_instance_type ⇒ ::String
Returns the value of attribute preferred_instance_type.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def preferred_instance_type @preferred_instance_type end |
#protocols ⇒ ::Array[("DoH" | "Do53" | "DoH-FIPS")]
Returns the value of attribute protocols.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def protocols @protocols end |
#resolver_endpoint_type ⇒ "IPV6", ...
Returns the value of attribute resolver_endpoint_type.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def resolver_endpoint_type @resolver_endpoint_type end |
#rni_enhanced_metrics_enabled ⇒ Boolean
Returns the value of attribute rni_enhanced_metrics_enabled.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def rni_enhanced_metrics_enabled @rni_enhanced_metrics_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def security_group_ids @security_group_ids end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def @status_message end |
#target_name_server_metrics_enabled ⇒ Boolean
Returns the value of attribute target_name_server_metrics_enabled.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def target_name_server_metrics_enabled @target_name_server_metrics_enabled end |