Class: Aws::Types::AttachThingPrincipalRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachThingPrincipalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#thing_principal_type ⇒ "EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"
Returns the value of attribute thing_principal_type.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
193 194 195 |
# File 'sig/types.rbs', line 193 def principal @principal end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def thing_name @thing_name end |
#thing_principal_type ⇒ "EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"
Returns the value of attribute thing_principal_type.
194 195 196 |
# File 'sig/types.rbs', line 194 def thing_principal_type @thing_principal_type end |