Class: Aws::Types::DisassociateAssetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:



2045
2046
2047
# File 'sig/types.rbs', line 2045

def asset_id
  @asset_id
end

#child_asset_id::String

Returns the value of attribute child_asset_id.

Returns:



2047
2048
2049
# File 'sig/types.rbs', line 2047

def child_asset_id
  @child_asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



2048
2049
2050
# File 'sig/types.rbs', line 2048

def client_token
  @client_token
end

#hierarchy_id::String

Returns the value of attribute hierarchy_id.

Returns:



2046
2047
2048
# File 'sig/types.rbs', line 2046

def hierarchy_id
  @hierarchy_id
end