Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authenticate_cognito_config ⇒ Types::AuthenticateCognitoActionConfig
Returns the value of attribute authenticate_cognito_config.
-
#authenticate_oidc_config ⇒ Types::AuthenticateOidcActionConfig
Returns the value of attribute authenticate_oidc_config.
-
#fixed_response_config ⇒ Types::FixedResponseActionConfig
Returns the value of attribute fixed_response_config.
-
#forward_config ⇒ Types::ForwardActionConfig
Returns the value of attribute forward_config.
-
#jwt_validation_config ⇒ Types::JwtValidationActionConfig
Returns the value of attribute jwt_validation_config.
-
#order ⇒ ::Integer
Returns the value of attribute order.
-
#redirect_config ⇒ Types::RedirectActionConfig
Returns the value of attribute redirect_config.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
-
#type ⇒ "forward", ...
Returns the value of attribute type.
Instance Attribute Details
#authenticate_cognito_config ⇒ Types::AuthenticateCognitoActionConfig
Returns the value of attribute authenticate_cognito_config.
18 19 20 |
# File 'sig/types.rbs', line 18 def authenticate_cognito_config @authenticate_cognito_config end |
#authenticate_oidc_config ⇒ Types::AuthenticateOidcActionConfig
Returns the value of attribute authenticate_oidc_config.
17 18 19 |
# File 'sig/types.rbs', line 17 def authenticate_oidc_config @authenticate_oidc_config end |
#fixed_response_config ⇒ Types::FixedResponseActionConfig
Returns the value of attribute fixed_response_config.
21 22 23 |
# File 'sig/types.rbs', line 21 def fixed_response_config @fixed_response_config end |
#forward_config ⇒ Types::ForwardActionConfig
Returns the value of attribute forward_config.
22 23 24 |
# File 'sig/types.rbs', line 22 def forward_config @forward_config end |
#jwt_validation_config ⇒ Types::JwtValidationActionConfig
Returns the value of attribute jwt_validation_config.
23 24 25 |
# File 'sig/types.rbs', line 23 def jwt_validation_config @jwt_validation_config end |
#order ⇒ ::Integer
Returns the value of attribute order.
19 20 21 |
# File 'sig/types.rbs', line 19 def order @order end |
#redirect_config ⇒ Types::RedirectActionConfig
Returns the value of attribute redirect_config.
20 21 22 |
# File 'sig/types.rbs', line 20 def redirect_config @redirect_config end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
16 17 18 |
# File 'sig/types.rbs', line 16 def target_group_arn @target_group_arn end |
#type ⇒ "forward", ...
Returns the value of attribute type.
15 16 17 |
# File 'sig/types.rbs', line 15 def type @type end |