Class: Aws::Types::UpdateStorageProfileRequest

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)


3330
3331
3332
# File 'sig/types.rbs', line 3330

def client_token
  @client_token
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3331
3332
3333
# File 'sig/types.rbs', line 3331

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3328
3329
3330
# File 'sig/types.rbs', line 3328

def farm_id
  @farm_id
end

#file_system_locations_to_add::Array[Types::FileSystemLocation]

Returns the value of attribute file_system_locations_to_add.

Returns:



3333
3334
3335
# File 'sig/types.rbs', line 3333

def file_system_locations_to_add
  @file_system_locations_to_add
end

#file_system_locations_to_remove::Array[Types::FileSystemLocation]

Returns the value of attribute file_system_locations_to_remove.

Returns:



3334
3335
3336
# File 'sig/types.rbs', line 3334

def file_system_locations_to_remove
  @file_system_locations_to_remove
end

#os_family"WINDOWS", ...

Returns the value of attribute os_family.

Returns:

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


3332
3333
3334
# File 'sig/types.rbs', line 3332

def os_family
  @os_family
end

#storage_profile_id::String

Returns the value of attribute storage_profile_id.

Returns:

  • (::String)


3329
3330
3331
# File 'sig/types.rbs', line 3329

def storage_profile_id
  @storage_profile_id
end