Class: Aws::Types::AssociateMemberToQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateMemberToQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
-
#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.
146 147 148 |
# File 'sig/types.rbs', line 146 def farm_id @farm_id end |
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
152 153 154 |
# File 'sig/types.rbs', line 152 def identity_center_region @identity_center_region end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def identity_store_id @identity_store_id end |
#membership_level ⇒ "VIEWER", ...
Returns the value of attribute membership_level.
150 151 152 |
# File 'sig/types.rbs', line 150 def membership_level @membership_level end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
148 149 150 |
# File 'sig/types.rbs', line 148 def principal_type @principal_type end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def queue_id @queue_id end |