Module: Aws::Deadline::Client::_GetStorageProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStorageProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #display_name ⇒ ::String
- #file_system_locations ⇒ ::Array[Types::FileSystemLocation]
- #os_family ⇒ "WINDOWS", ...
- #storage_profile_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1198 |
# File 'sig/client.rbs', line 1198
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1199 |
# File 'sig/client.rbs', line 1199
def created_by: () -> ::String
|
#display_name ⇒ ::String
1196 |
# File 'sig/client.rbs', line 1196
def display_name: () -> ::String
|
#file_system_locations ⇒ ::Array[Types::FileSystemLocation]
1202 |
# File 'sig/client.rbs', line 1202
def file_system_locations: () -> ::Array[Types::FileSystemLocation]
|
#os_family ⇒ "WINDOWS", ...
1197 |
# File 'sig/client.rbs', line 1197
def os_family: () -> ("WINDOWS" | "LINUX" | "MACOS")
|
#storage_profile_id ⇒ ::String
1195 |
# File 'sig/client.rbs', line 1195
def storage_profile_id: () -> ::String
|
#updated_at ⇒ ::Time
1200 |
# File 'sig/client.rbs', line 1200
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1201 |
# File 'sig/client.rbs', line 1201
def updated_by: () -> ::String
|