Class: Aws::Types::CreateIngressPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIngressPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
Returns the value of attribute ingress_point_configuration.
-
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_policy ⇒ "REQUIRED", ...
Returns the value of attribute tls_policy.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
-
#type ⇒ "OPEN", ...
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
220 221 222 |
# File 'sig/types.rbs', line 220 def client_token @client_token end |
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
Returns the value of attribute ingress_point_configuration.
225 226 227 |
# File 'sig/types.rbs', line 225 def ingress_point_configuration @ingress_point_configuration end |
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
221 222 223 |
# File 'sig/types.rbs', line 221 def ingress_point_name @ingress_point_name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
226 227 228 |
# File 'sig/types.rbs', line 226 def network_configuration @network_configuration end |
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def rule_set_id @rule_set_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def end |
#tls_policy ⇒ "REQUIRED", ...
Returns the value of attribute tls_policy.
227 228 229 |
# File 'sig/types.rbs', line 227 def tls_policy @tls_policy end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def traffic_policy_id @traffic_policy_id end |
#type ⇒ "OPEN", ...
Returns the value of attribute type.
222 223 224 |
# File 'sig/types.rbs', line 222 def type @type end |