Class: Aws::Types::DetachThingPrincipalRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachThingPrincipalRequest
- 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.
Instance Attribute Details
#principal ⇒ ::String
Returns the value of attribute principal.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def principal @principal end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def thing_name @thing_name end |