Class: Aws::Types::UpdateAssetRequest

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)


3679
3680
3681
# File 'sig/types.rbs', line 3679

def asset_description
  @asset_description
end

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


3676
3677
3678
# File 'sig/types.rbs', line 3676

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


3675
3676
3677
# File 'sig/types.rbs', line 3675

def asset_id
  @asset_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


3677
3678
3679
# File 'sig/types.rbs', line 3677

def asset_name
  @asset_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3678
3679
3680
# File 'sig/types.rbs', line 3678

def client_token
  @client_token
end