Documentation
¶
Overview ¶
Package types provides some general types used by the api clients of the provider/aws package for internal usage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { InstanceId string ImageId string InstanceType string PublicIPAddress string PublicDNSName string PrivateIPAddress string PrivateDNSName string }
Instance represents an instance on AWS.
Click to show internal directories.
Click to hide internal directories.