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:

  • (::String)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def asset_id
  @asset_id
end

#child_asset_id::String

Returns the value of attribute child_asset_id.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def child_asset_id
  @child_asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#hierarchy_id::String

Returns the value of attribute hierarchy_id.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def hierarchy_id
  @hierarchy_id
end