Class: Aws::Types::GetFunctionDefinitionVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def creation_timestamp
  @creation_timestamp
end

#definitionTypes::FunctionDefinitionVersion

Returns the value of attribute definition.



787
788
789
# File 'sig/types.rbs', line 787

def definition
  @definition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def next_token
  @next_token
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def version
  @version
end