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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


1458
1459
1460
1461
1462
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1458

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