Stratosphere.ServiceDiscovery.Instance
data Instance Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid
Defined in Stratosphere.ServiceDiscovery.Instance
Methods
toJSON :: Instance -> Value #
toEncoding :: Instance -> Encoding #
toJSONList :: [Instance] -> Value #
toEncodingList :: [Instance] -> Encoding #
omitField :: Instance -> Bool #
showsPrec :: Int -> Instance -> ShowS #
show :: Instance -> String #
showList :: [Instance] -> ShowS #
(==) :: Instance -> Instance -> Bool #
(/=) :: Instance -> Instance -> Bool #
toResourceProperties :: Instance -> ResourceProperties #
Associated Types
set :: PropertyType "InstanceAttributes" Instance -> Instance -> Instance #
set :: PropertyType "InstanceId" Instance -> Instance -> Instance #
set :: PropertyType "ServiceId" Instance -> Instance -> Instance #
mkInstance :: Object -> Value Text -> Instance Source #