Class: Aws::Deadline::Types::DeleteStorageProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the farm from which to remove the storage profile.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1816

class DeleteStorageProfileRequest < Struct.new(
  :farm_id,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_profile_idString

The storage profile ID of the storage profile to delete.

Returns:

  • (String)


1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1816

class DeleteStorageProfileRequest < Struct.new(
  :farm_id,
  :storage_profile_id)
  SENSITIVE = []
  include Aws::Structure
end