Documentation ¶ Index ¶ type EC2Instance func (r *EC2Instance) Get() ([]resources.Item, error) func (r *EC2Instance) Init(cache cache.Cache) error type EC2Sg func (r *EC2Sg) Get() ([]resources.Item, error) func (r *EC2Sg) Init(cache cache.Cache) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EC2Instance ¶ type EC2Instance struct { Client *ec2.Client resources.BaseAWSResource } func (*EC2Instance) Get ¶ func (r *EC2Instance) Get() ([]resources.Item, error) func (*EC2Instance) Init ¶ func (r *EC2Instance) Init(cache cache.Cache) error type EC2Sg ¶ type EC2Sg struct { Client *ec2.Client resources.BaseAWSResource } func (*EC2Sg) Get ¶ func (r *EC2Sg) Get() ([]resources.Item, error) func (*EC2Sg) Init ¶ func (r *EC2Sg) Init(cache cache.Cache) error Source Files ¶ View all Source files ec2_sg.goinstance.go Click to show internal directories. Click to hide internal directories.