Stratosphere.IoTTwinMaker.Scene
data Scene Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-capabilities
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-contentlocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-sceneid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-scenemetadata
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-scene.html#cfn-iottwinmaker-scene-workspaceid
Defined in Stratosphere.IoTTwinMaker.Scene
Methods
toJSON :: Scene -> Value #
toEncoding :: Scene -> Encoding #
toJSONList :: [Scene] -> Value #
toEncodingList :: [Scene] -> Encoding #
omitField :: Scene -> Bool #
showsPrec :: Int -> Scene -> ShowS #
show :: Scene -> String #
showList :: [Scene] -> ShowS #
(==) :: Scene -> Scene -> Bool #
(/=) :: Scene -> Scene -> Bool #
toResourceProperties :: Scene -> ResourceProperties #
Associated Types
set :: PropertyType "Capabilities" Scene -> Scene -> Scene #
set :: PropertyType "ContentLocation" Scene -> Scene -> Scene #
set :: PropertyType "Description" Scene -> Scene -> Scene #
set :: PropertyType "SceneId" Scene -> Scene -> Scene #
set :: PropertyType "SceneMetadata" Scene -> Scene -> Scene #
set :: PropertyType "Tags" Scene -> Scene -> Scene #
set :: PropertyType "WorkspaceId" Scene -> Scene -> Scene #
mkScene :: Value Text -> Value Text -> Value Text -> Scene Source #