Class: Aws::Types::GetIngressPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIngressPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_trust_store_contents ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute include_trust_store_contents.
-
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
Instance Attribute Details
#include_trust_store_contents ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute include_trust_store_contents.
545 546 547 |
# File 'sig/types.rbs', line 545 def include_trust_store_contents @include_trust_store_contents end |
#ingress_point_id ⇒ ::String
Returns the value of attribute ingress_point_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def ingress_point_id @ingress_point_id end |