Class: Aws::Types::IngressPoint
- Inherits:
-
Object
- Object
- Aws::Types::IngressPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#a_record ⇒ ::String
Returns the value of attribute a_record.
-
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
-
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#type ⇒ "OPEN", ...
Returns the value of attribute type.
Instance Attribute Details
#a_record ⇒ ::String
Returns the value of attribute a_record.
721 722 723 |
# File 'sig/types.rbs', line 721 def a_record @a_record end |
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def ingress_point_id @ingress_point_id end |
#ingress_point_name ⇒ ::String
Returns the value of attribute ingress_point_name.
717 718 719 |
# File 'sig/types.rbs', line 717 def ingress_point_name @ingress_point_name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
719 720 721 |
# File 'sig/types.rbs', line 719 def status @status end |
#type ⇒ "OPEN", ...
Returns the value of attribute type.
720 721 722 |
# File 'sig/types.rbs', line 720 def type @type end |