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)


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

def asset_description
  @asset_description
end

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


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

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


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

def asset_id
  @asset_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def asset_model_id
  @asset_model_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def asset_name
  @asset_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end