Class: Aws::Types::GetStorageProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStorageProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def farm_id @farm_id end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def storage_profile_id @storage_profile_id end |