Class: Aws::Types::StorageProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::StorageProfileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def display_name @display_name end |
#os_family ⇒ "WINDOWS", ...
Returns the value of attribute os_family.
3011 3012 3013 |
# File 'sig/types.rbs', line 3011 def os_family @os_family end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
3009 3010 3011 |
# File 'sig/types.rbs', line 3009 def storage_profile_id @storage_profile_id end |