Class: Aws::Types::PutAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_type_id::String

Returns the value of attribute asset_type_id.

Returns:

  • (::String)


6045
6046
6047
# File 'sig/types.rbs', line 6045

def asset_type_id
  @asset_type_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6050
6051
6052
# File 'sig/types.rbs', line 6050

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6048
6049
6050
# File 'sig/types.rbs', line 6048

def description
  @description
end

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

Returns the value of attribute forms.

Returns:



6049
6050
6051
# File 'sig/types.rbs', line 6049

def forms
  @forms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6046
6047
6048
# File 'sig/types.rbs', line 6046

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6047
6048
6049
# File 'sig/types.rbs', line 6047

def name
  @name
end