Class: Aws::Types::GetFunctionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::FunctionCodeLocation

Returns the value of attribute code.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def code
  @code
end

#concurrencyTypes::Concurrency

Returns the value of attribute concurrency.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def concurrency
  @concurrency
end

#configurationTypes::FunctionConfiguration

Returns the value of attribute configuration.



1078
1079
1080
# File 'sig/types.rbs', line 1078

def configuration
  @configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1080
1081
1082
# File 'sig/types.rbs', line 1080

def tags
  @tags
end

#tags_errorTypes::TagsError

Returns the value of attribute tags_error.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def tags_error
  @tags_error
end