Class: Aws::Deadline::Types::DeleteStorageProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteStorageProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the farm from which to remove the storage profile.
-
#storage_profile_id ⇒ String
The storage profile ID of the storage profile to delete.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the farm from which to remove the storage profile.
1922 1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-deadline/types.rb', line 1922 class DeleteStorageProfileRequest < Struct.new( :farm_id, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |
#storage_profile_id ⇒ String
The storage profile ID of the storage profile to delete.
1922 1923 1924 1925 1926 1927 |
# File 'lib/aws-sdk-deadline/types.rb', line 1922 class DeleteStorageProfileRequest < Struct.new( :farm_id, :storage_profile_id) SENSITIVE = [] include Aws::Structure end |