Class: Aws::Types::QueueMember
- Inherits:
-
Object
- Object
- Aws::Types::QueueMember
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def farm_id @farm_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def principal_type @principal_type end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def queue_id @queue_id end |