Class: Aws::Deadline::Types::CreateStorageProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateStorageProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_profile_id ⇒ String
The storage profile ID.
Instance Attribute Details
#storage_profile_id ⇒ String
The storage profile ID.
1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-deadline/types.rb', line 1564 class CreateStorageProfileResponse < Struct.new( :storage_profile_id) SENSITIVE = [] include Aws::Structure end |