Class: Aws::Types::UpdateAssetResponse

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)


7862
7863
7864
# File 'sig/types.rbs', line 7862

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7860
7861
7862
# File 'sig/types.rbs', line 7860

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7861
7862
7863
# File 'sig/types.rbs', line 7861

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7863
7864
7865
# File 'sig/types.rbs', line 7863

def updated_at
  @updated_at
end