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.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def access_type @access_type end |
#certificate ⇒ Types::ManagedCertificate
Returns the value of attribute certificate.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def certificate @certificate end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def endpoint @endpoint end |
#listener ⇒ Types::ManagedListener
Returns the value of attribute listener.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def listener @listener end |
#load_balancer ⇒ Types::ManagedLoadBalancer
Returns the value of attribute load_balancer.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def load_balancer @load_balancer end |
#load_balancer_security_groups ⇒ ::Array[Types::ManagedSecurityGroup]
Returns the value of attribute load_balancer_security_groups.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def load_balancer_security_groups @load_balancer_security_groups end |
#rule ⇒ Types::ManagedListenerRule
Returns the value of attribute rule.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def rule @rule end |
#target_groups ⇒ ::Array[Types::ManagedTargetGroup]
Returns the value of attribute target_groups.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def target_groups @target_groups end |