Class: Aws::Types::UpdateIngressPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIngressPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
Returns the value of attribute ingress_point_configuration.
-
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
-
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#status_to_update ⇒ "ACTIVE", "CLOSED"
Returns the value of attribute status_to_update.
-
#tls_policy ⇒ "REQUIRED", ...
Returns the value of attribute tls_policy.
-
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
Instance Attribute Details
#ingress_point_configuration ⇒ Types::IngressPointConfiguration
Returns the value of attribute ingress_point_configuration.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def ingress_point_configuration @ingress_point_configuration end |
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def ingress_point_id @ingress_point_id end |
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def ingress_point_name @ingress_point_name end |
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def rule_set_id @rule_set_id end |
#status_to_update ⇒ "ACTIVE", "CLOSED"
Returns the value of attribute status_to_update.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def status_to_update @status_to_update end |
#tls_policy ⇒ "REQUIRED", ...
Returns the value of attribute tls_policy.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def tls_policy @tls_policy end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def traffic_policy_id @traffic_policy_id end |