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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3919
3920
3921
3922
3923
3924
# File 'lib/aws-sdk-deadline/types.rb', line 3919

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


3919
3920
3921
3922
3923
3924
# File 'lib/aws-sdk-deadline/types.rb', line 3919

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