Class: Aws::Deadline::Types::CreateStorageProfileResponse

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

#storage_profile_idString

The storage profile ID.

Returns:

  • (String)


1515
1516
1517
1518
1519
# File 'lib/aws-sdk-deadline/types.rb', line 1515

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