Class: Aws::Deadline::Types::GetStorageProfileRequest

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 for the storage profile.

Returns:

  • (String)


3744
3745
3746
3747
3748
3749
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3744

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


3744
3745
3746
3747
3748
3749
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3744

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