Class: Aws::Types::ManagedIngressPath
- Inherits:
-
Object
- Object
- Aws::Types::ManagedIngressPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute access_type.
-
#certificate ⇒ Types::ManagedCertificate
Returns the value of attribute certificate.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#listener ⇒ Types::ManagedListener
Returns the value of attribute listener.
-
#load_balancer ⇒ Types::ManagedLoadBalancer
Returns the value of attribute load_balancer.
-
#load_balancer_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute load_balancer_security_groups.
-
#rule ⇒ Types::ManagedListenerRule
Returns the value of attribute rule.
-
#target_groups ⇒ ::Array[Types::ManagedTargetGroup]
Returns the value of attribute target_groups.
Instance Attribute Details
#access_type ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute access_type.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def access_type @access_type end |
#certificate ⇒ Types::ManagedCertificate
Returns the value of attribute certificate.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def certificate @certificate end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def endpoint @endpoint end |
#listener ⇒ Types::ManagedListener
Returns the value of attribute listener.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def listener @listener end |
#load_balancer ⇒ Types::ManagedLoadBalancer
Returns the value of attribute load_balancer.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def load_balancer @load_balancer end |
#load_balancer_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute load_balancer_security_groups.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def load_balancer_security_groups @load_balancer_security_groups end |
#rule ⇒ Types::ManagedListenerRule
Returns the value of attribute rule.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def rule @rule end |
#target_groups ⇒ ::Array[Types::ManagedTargetGroup]
Returns the value of attribute target_groups.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def target_groups @target_groups end |