Class: Aws::Types::IotSiteWiseAction
- Inherits:
-
Object
- Object
- Aws::Types::IotSiteWiseAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#put_asset_property_value_entries ⇒ ::Array[Types::PutAssetPropertyValueEntry]
Returns the value of attribute put_asset_property_value_entries.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#put_asset_property_value_entries ⇒ ::Array[Types::PutAssetPropertyValueEntry]
Returns the value of attribute put_asset_property_value_entries.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def put_asset_property_value_entries @put_asset_property_value_entries end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def role_arn @role_arn end |