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)


3870
3871
3872
3873
3874
3875
# File 'lib/aws-sdk-deadline/types.rb', line 3870

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


3870
3871
3872
3873
3874
3875
# File 'lib/aws-sdk-deadline/types.rb', line 3870

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