Class: Aws::Types::FunctionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_configTypes::FunctionConfig

Returns the value of attribute function_config.



1475
1476
1477
# File 'sig/types.rbs', line 1475

def function_config
  @function_config
end

#function_metadataTypes::FunctionMetadata

Returns the value of attribute function_metadata.



1476
1477
1478
# File 'sig/types.rbs', line 1476

def 
  @function_metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def name
  @name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def status
  @status
end