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.



1073
1074
1075
# File 'sig/types.rbs', line 1073

def code
  @code
end

#concurrencyTypes::Concurrency

Returns the value of attribute concurrency.

Returns:



1076
1077
1078
# File 'sig/types.rbs', line 1076

def concurrency
  @concurrency
end

#configurationTypes::FunctionConfiguration

Returns the value of attribute configuration.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def configuration
  @configuration
end

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

Returns the value of attribute tags.

Returns:

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


1074
1075
1076
# File 'sig/types.rbs', line 1074

def tags
  @tags
end

#tags_errorTypes::TagsError

Returns the value of attribute tags_error.

Returns:



1075
1076
1077
# File 'sig/types.rbs', line 1075

def tags_error
  @tags_error
end