Class: Aws::Types::FunctionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def comment
  @comment
end

#key_value_store_associationsTypes::KeyValueStoreAssociations

Returns the value of attribute key_value_store_associations.



1442
1443
1444
# File 'sig/types.rbs', line 1442

def key_value_store_associations
  @key_value_store_associations
end

#runtime"cloudfront-js-1.0", "cloudfront-js-2.0"

Returns the value of attribute runtime.

Returns:

  • ("cloudfront-js-1.0", "cloudfront-js-2.0")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def runtime
  @runtime
end