Class: Aws::Types::PutAssetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6058
6059
6060
# File 'sig/types.rbs', line 6058

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6057
6058
6059
# File 'sig/types.rbs', line 6057

def description
  @description
end

#forms::Hash[::String, Types::AssetFormEntry]

Returns the value of attribute forms.

Returns:



6059
6060
6061
# File 'sig/types.rbs', line 6059

def forms
  @forms
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6055
6056
6057
# File 'sig/types.rbs', line 6055

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def name
  @name
end