Class: Aws::Types::HttpAction
- Inherits:
-
Object
- Object
- Aws::Types::HttpAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth ⇒ Types::HttpAuthorization
Returns the value of attribute auth.
-
#batch_config ⇒ Types::BatchConfig
Returns the value of attribute batch_config.
-
#confirmation_url ⇒ ::String
Returns the value of attribute confirmation_url.
-
#enable_batching ⇒ Boolean
Returns the value of attribute enable_batching.
-
#headers ⇒ ::Array[Types::HttpActionHeader]
Returns the value of attribute headers.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#auth ⇒ Types::HttpAuthorization
Returns the value of attribute auth.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def auth @auth end |
#batch_config ⇒ Types::BatchConfig
Returns the value of attribute batch_config.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def batch_config @batch_config end |
#confirmation_url ⇒ ::String
Returns the value of attribute confirmation_url.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def confirmation_url @confirmation_url end |
#enable_batching ⇒ Boolean
Returns the value of attribute enable_batching.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def enable_batching @enable_batching end |
#headers ⇒ ::Array[Types::HttpActionHeader]
Returns the value of attribute headers.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def headers @headers end |
#url ⇒ ::String
Returns the value of attribute url.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def url @url end |