Class: Aws::Types::GetIngressPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIngressPointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a_record ⇒ ::String
Returns the value of attribute a_record.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#ingress_point_arn ⇒ ::String
Returns the value of attribute ingress_point_arn.
-
#ingress_point_auth_configuration ⇒ Types::IngressPointAuthConfiguration
Returns the value of attribute ingress_point_auth_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.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#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
#a_record ⇒ ::String
Returns the value of attribute a_record.
555 556 557 |
# File 'sig/types.rbs', line 555 def a_record @a_record end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
561 562 563 |
# File 'sig/types.rbs', line 561 def @created_timestamp end |
#ingress_point_arn ⇒ ::String
Returns the value of attribute ingress_point_arn.
552 553 554 |
# File 'sig/types.rbs', line 552 def ingress_point_arn @ingress_point_arn end |
#ingress_point_auth_configuration ⇒ Types::IngressPointAuthConfiguration
Returns the value of attribute ingress_point_auth_configuration.
558 559 560 |
# File 'sig/types.rbs', line 558 def ingress_point_auth_configuration @ingress_point_auth_configuration end |
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
550 551 552 |
# File 'sig/types.rbs', line 550 def ingress_point_id @ingress_point_id end |
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
551 552 553 |
# File 'sig/types.rbs', line 551 def ingress_point_name @ingress_point_name end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
562 563 564 |
# File 'sig/types.rbs', line 562 def @last_updated_timestamp end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
559 560 561 |
# File 'sig/types.rbs', line 559 def network_configuration @network_configuration end |
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def rule_set_id @rule_set_id end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
553 554 555 |
# File 'sig/types.rbs', line 553 def status @status end |
#tls_policy ⇒ "REQUIRED", ...
Returns the value of attribute tls_policy.
560 561 562 |
# File 'sig/types.rbs', line 560 def tls_policy @tls_policy end |
#traffic_policy_id ⇒ ::String
Returns the value of attribute traffic_policy_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def traffic_policy_id @traffic_policy_id end |
#type ⇒ "OPEN", ...
Returns the value of attribute type.
554 555 556 |
# File 'sig/types.rbs', line 554 def type @type end |