Class: Aws::Types::CreateStorageProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def client_token
  @client_token
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def farm_id
  @farm_id
end

#file_system_locations::Array[Types::FileSystemLocation]

Returns the value of attribute file_system_locations.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def file_system_locations
  @file_system_locations
end

#os_family"WINDOWS", ...

Returns the value of attribute os_family.

Returns:

  • ("WINDOWS", "LINUX", "MACOS")


860
861
862
# File 'sig/types.rbs', line 860

def os_family
  @os_family
end