Class: Aws::Types::AssociateAssetsRequest

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)


342
343
344
# File 'sig/types.rbs', line 342

def asset_id
  @asset_id
end

#child_asset_id::String

Returns the value of attribute child_asset_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def child_asset_id
  @child_asset_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def client_token
  @client_token
end

#hierarchy_id::String

Returns the value of attribute hierarchy_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def hierarchy_id
  @hierarchy_id
end