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)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def asset_description
  @asset_description
end

#asset_external_id::String

Returns the value of attribute asset_external_id.

Returns:

  • (::String)


3717
3718
3719
# File 'sig/types.rbs', line 3717

def asset_external_id
  @asset_external_id
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


3716
3717
3718
# File 'sig/types.rbs', line 3716

def asset_id
  @asset_id
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


3718
3719
3720
# File 'sig/types.rbs', line 3718

def asset_name
  @asset_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3719
3720
3721
# File 'sig/types.rbs', line 3719

def client_token
  @client_token
end