Class: Aws::Deadline::Types::GetStorageProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetStorageProfileRequest
- 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 for the storage profile.
-
#storage_profile_id ⇒ String
The storage profile ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the storage profile.
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_id ⇒ String
The storage profile ID.
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 |