Class: Aws::Types::CreateStorageProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStorageProfileRequest
- 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 ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations.
-
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
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.
860 861 862 |
# File 'sig/types.rbs', line 860 def os_family @os_family end |