Class: Aws::Types::Serverless

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_authenticationTypes::ServerlessClientAuthentication

Returns the value of attribute client_authentication.



1034
1035
1036
# File 'sig/types.rbs', line 1034

def client_authentication
  @client_authentication
end

#connectivity_infoTypes::ServerlessConnectivityInfo

Returns the value of attribute connectivity_info.



1035
1036
1037
# File 'sig/types.rbs', line 1035

def connectivity_info
  @connectivity_info
end

#vpc_configs::Array[Types::VpcConfig]

Returns the value of attribute vpc_configs.

Returns:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def vpc_configs
  @vpc_configs
end