Class: Aws::Types::PolicyCondition
- Inherits:
-
Object
- Object
- Aws::Types::PolicyCondition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BooleanExpression, IpExpression, Ipv6Expression, StringExpression, TlsExpression, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean_expression ⇒ Types::IngressBooleanExpression
Returns the value of attribute boolean_expression.
-
#ip_expression ⇒ Types::IngressIpv4Expression
Returns the value of attribute ip_expression.
-
#ipv_6_expression ⇒ Types::IngressIpv6Expression
Returns the value of attribute ipv_6_expression.
-
#string_expression ⇒ Types::IngressStringExpression
Returns the value of attribute string_expression.
-
#tls_expression ⇒ Types::IngressTlsProtocolExpression
Returns the value of attribute tls_expression.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean_expression ⇒ Types::IngressBooleanExpression
Returns the value of attribute boolean_expression.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def boolean_expression @boolean_expression end |
#ip_expression ⇒ Types::IngressIpv4Expression
Returns the value of attribute ip_expression.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def ip_expression @ip_expression end |
#ipv_6_expression ⇒ Types::IngressIpv6Expression
Returns the value of attribute ipv_6_expression.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def ipv_6_expression @ipv_6_expression end |
#string_expression ⇒ Types::IngressStringExpression
Returns the value of attribute string_expression.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def string_expression @string_expression end |
#tls_expression ⇒ Types::IngressTlsProtocolExpression
Returns the value of attribute tls_expression.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def tls_expression @tls_expression end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def unknown @unknown end |