Class: Aws::Types::Serverless
- Inherits:
-
Object
- Object
- Aws::Types::Serverless
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_authentication ⇒ Types::ServerlessClientAuthentication
Returns the value of attribute client_authentication.
-
#connectivity_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute connectivity_info.
-
#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.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def client_authentication @client_authentication end |
#connectivity_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute connectivity_info.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def connectivity_info @connectivity_info end |
#vpc_configs ⇒ ::Array[Types::VpcConfig]
Returns the value of attribute vpc_configs.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def vpc_configs @vpc_configs end |