Class: Aws::Types::Action

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticate_cognito_configTypes::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_configTypes::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_configTypes::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_configTypes::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_configTypes::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.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def order
  @order
end

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

Returns:

  • (::String)


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.

Returns:

  • ("forward", "authenticate-oidc", "authenticate-cognito", "redirect", "fixed-response", "jwt-validation")


15
16
17
# File 'sig/types.rbs', line 15

def type
  @type
end