 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API interface {
	ListKeysPagesWithContext(context.Context, *kms.ListKeysInput, func(*kms.ListKeysOutput, bool) bool, ...request.Option) error
	DescribeKeyWithContext(context.Context, *kms.DescribeKeyInput, ...request.Option) (*kms.DescribeKeyOutput, error)
}
    API documents the subset of AWS API we actually call
type DescribeKey ¶
type DescribeKey struct {
	API
}
    type DescribeKeyOutput ¶
type DescribeKeyOutput struct {
	*kms.DescribeKeyOutput
}
    func (*DescribeKeyOutput) Records ¶
func (o *DescribeKeyOutput) Records() (records []*api.Record)
 Click to show internal directories. 
   Click to hide internal directories.