Class: Aws::Types::BatchDisassociateProjectAssetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_ids::Array[::String]

Returns the value of attribute asset_ids.

Returns:

  • (::Array[::String])


443
444
445
# File 'sig/types.rbs', line 443

def asset_ids
  @asset_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def client_token
  @client_token
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def project_id
  @project_id
end