Class: Aws::Types::ServerlessRequest
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_authentication ⇒ Types::ServerlessClientAuthentication
Returns the value of attribute client_authentication.
-
#vpc_configs ⇒ ::Array[Types::VpcConfig]
Returns the value of attribute vpc_configs.
Instance Attribute Details
#client_authentication ⇒ Types::ServerlessClientAuthentication
Returns the value of attribute client_authentication.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def client_authentication @client_authentication end |
#vpc_configs ⇒ ::Array[Types::VpcConfig]
Returns the value of attribute vpc_configs.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def vpc_configs @vpc_configs end |