Class: Aws::Types::ManagedIngressPath

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"PUBLIC", "PRIVATE"

Returns the value of attribute access_type.

Returns:

  • ("PUBLIC", "PRIVATE")


1766
1767
1768
# File 'sig/types.rbs', line 1766

def access_type
  @access_type
end

#certificateTypes::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.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def endpoint
  @endpoint
end

#listenerTypes::ManagedListener

Returns the value of attribute listener.



1771
1772
1773
# File 'sig/types.rbs', line 1771

def listener
  @listener
end

#load_balancerTypes::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.

Returns:



1769
1770
1771
# File 'sig/types.rbs', line 1769

def load_balancer_security_groups
  @load_balancer_security_groups
end

#ruleTypes::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.

Returns:



1773
1774
1775
# File 'sig/types.rbs', line 1773

def target_groups
  @target_groups
end