Class: Aws::Types::CreateFunctionDefinitionResponse

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)


223
224
225
# File 'sig/types.rbs', line 223

def arn
  @arn
end

#creation_timestamp::String

Returns the value of attribute creation_timestamp.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def creation_timestamp
  @creation_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def id
  @id
end

#last_updated_timestamp::String

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def last_updated_timestamp
  @last_updated_timestamp
end

#latest_version::String

Returns the value of attribute latest_version.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def latest_version
  @latest_version
end

#latest_version_arn::String

Returns the value of attribute latest_version_arn.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def latest_version_arn
  @latest_version_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def name
  @name
end