Class: Aws::Types::LambdaDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def description
  @description
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def function_arn
  @function_arn
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def function_name
  @function_name
end

#function_version::String

Returns the value of attribute function_version.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def function_version
  @function_version
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def last_modified_at
  @last_modified_at
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def revision_id
  @revision_id
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def role
  @role
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1804
1805
1806
# File 'sig/types.rbs', line 1804

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1803
1804
1805
# File 'sig/types.rbs', line 1803

def vpc_config
  @vpc_config
end