class Aws::IoTTwinMaker::Types::GetPropertyValueRequest

@note When making an API call, you may pass GetPropertyValueRequest

data as a hash:

    {
      component_name: "Name",
      component_type_id: "ComponentTypeId",
      entity_id: "EntityId",
      selected_properties: ["String"], # required
      workspace_id: "Id", # required
    }

@!attribute [rw] component_name

The name of the component whose property values the operation
returns.
@return [String]

@!attribute [rw] component_type_id

The ID of the component type whose property values the operation
returns.
@return [String]

@!attribute [rw] entity_id

The ID of the entity whose property values the operation returns.
@return [String]

@!attribute [rw] selected_properties

The properties whose values the operation returns.
@return [Array<String>]

@!attribute [rw] workspace_id

The ID of the workspace whose values the operation returns.
@return [String]

Constants

SENSITIVE