Class: Aws::Types::GetStorageProfileForQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStorageProfileForQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_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.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def farm_id @farm_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def queue_id @queue_id end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def storage_profile_id @storage_profile_id end |