Class: Aws::Types::CreateAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_description::String

Returns the value of attribute asset_description.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def asset_description
  @asset_description
end

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def asset_id
  @asset_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def asset_model_id
  @asset_model_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def asset_name
  @asset_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def client_token
  @client_token
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


926
927
928
# File 'sig/types.rbs', line 926

def tags
  @tags
end