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")


1750
1751
1752
# File 'sig/types.rbs', line 1750

def access_type
  @access_type
end

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

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def endpoint
  @endpoint
end

#listenerTypes::ManagedListener

Returns the value of attribute listener.



1755
1756
1757
# File 'sig/types.rbs', line 1755

def listener
  @listener
end

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

Returns:



1753
1754
1755
# File 'sig/types.rbs', line 1753

def load_balancer_security_groups
  @load_balancer_security_groups
end

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

Returns:



1757
1758
1759
# File 'sig/types.rbs', line 1757

def target_groups
  @target_groups
end