Class: Aws::Types::UpdateStorageProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStorageProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#file_system_locations_to_add ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations_to_add.
-
#file_system_locations_to_remove ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations_to_remove.
-
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
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.
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.
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.
3329 3330 3331 |
# File 'sig/types.rbs', line 3329 def storage_profile_id @storage_profile_id end |