Class: Aws::Types::DescribeSSLPoliciesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSSLPoliciesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_type ⇒ "application", ...
Returns the value of attribute load_balancer_type.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#load_balancer_type ⇒ "application", ...
Returns the value of attribute load_balancer_type.
406 407 408 |
# File 'sig/types.rbs', line 406 def load_balancer_type @load_balancer_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
404 405 406 |
# File 'sig/types.rbs', line 404 def marker @marker end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
403 404 405 |
# File 'sig/types.rbs', line 403 def names @names end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
405 406 407 |
# File 'sig/types.rbs', line 405 def page_size @page_size end |