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)


4313
4314
4315
4316
4317
4318
# File 'lib/aws-sdk-deadline/types.rb', line 4313

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


4313
4314
4315
4316
4317
4318
# File 'lib/aws-sdk-deadline/types.rb', line 4313

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