Class: Aws::Types::ResolverEndpoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def arn
  @arn
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("INBOUND", "OUTBOUND", "INBOUND_DELEGATION")


1062
1063
1064
# File 'sig/types.rbs', line 1062

def direction
  @direction
end

#dns_64_enabledBoolean

Returns the value of attribute dns_64_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def ip_address_count
  @ip_address_count
end

#ipv_6_internet_access_enabledBoolean

Returns the value of attribute ipv_6_internet_access_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def modification_time
  @modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def name
  @name
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("DoH" | "Do53" | "DoH-FIPS")])


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.

Returns:

  • ("IPV6", "IPV4", "DUALSTACK")


1071
1072
1073
# File 'sig/types.rbs', line 1071

def resolver_endpoint_type
  @resolver_endpoint_type
end

#rni_enhanced_metrics_enabledBoolean

Returns the value of attribute rni_enhanced_metrics_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("CREATING", "OPERATIONAL", "UPDATING", "AUTO_RECOVERING", "ACTION_NEEDED", "DELETING")


1065
1066
1067
# File 'sig/types.rbs', line 1065

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def status_message
  @status_message
end

#target_name_server_metrics_enabledBoolean

Returns the value of attribute target_name_server_metrics_enabled.

Returns:

  • (Boolean)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def target_name_server_metrics_enabled
  @target_name_server_metrics_enabled
end