Class: Aws::Types::PropagatingAttribute
- Inherits:
-
Object
- Object
- Aws::Types::PropagatingAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_attribute ⇒ ::String
Returns the value of attribute connection_attribute.
-
#thing_attribute ⇒ ::String
Returns the value of attribute thing_attribute.
-
#user_property_key ⇒ ::String
Returns the value of attribute user_property_key.
Instance Attribute Details
#connection_attribute ⇒ ::String
Returns the value of attribute connection_attribute.
4119 4120 4121 |
# File 'sig/types.rbs', line 4119 def connection_attribute @connection_attribute end |
#thing_attribute ⇒ ::String
Returns the value of attribute thing_attribute.
4118 4119 4120 |
# File 'sig/types.rbs', line 4118 def thing_attribute @thing_attribute end |
#user_property_key ⇒ ::String
Returns the value of attribute user_property_key.
4117 4118 4119 |
# File 'sig/types.rbs', line 4117 def user_property_key @user_property_key end |