Class: Aws::Types::PrincipalThingObject
- Inherits:
-
Object
- Object
- Aws::Types::PrincipalThingObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
4111 4112 4113 |
# File 'sig/types.rbs', line 4111 def thing_name @thing_name end |
#thing_principal_type ⇒ "EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"
Returns the value of attribute thing_principal_type.
4112 4113 4114 |
# File 'sig/types.rbs', line 4112 def thing_principal_type @thing_principal_type end |