Class: Aws::Types::GetStorageProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetStorageProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def created_by @created_by end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def display_name @display_name end |
#file_system_locations ⇒ ::Array[Types::FileSystemLocation]
Returns the value of attribute file_system_locations.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def file_system_locations @file_system_locations end |
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def os_family @os_family end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def storage_profile_id @storage_profile_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def updated_by @updated_by end |