Class: Aws::Types::GetStorageProfileForQueueResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStorageProfileForQueueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#file_system_locations ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations.
-
#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
#display_name ⇒ ::String
Returns the value of attribute display_name.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def display_name @display_name end |
#file_system_locations ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def file_system_locations @file_system_locations end |
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def os_family @os_family end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def storage_profile_id @storage_profile_id end |