Struct: credentials.Value
import "../ibm-cos-sdk-go/aws/credentials"
Overview
A Value is the AWS credentials value for individual credential fields.
Implemented Interfaces
s3crypto.Cipher, s3manager.ReadSeekerWriteTo, s3manager.WriterReadFrom
Structure Field Summary collapse
-
AccessKeyID string
AWS Access key ID.
-
ProviderName string
Provider used to get credentials.
-
ProviderType string
Provider Type.
-
SecretAccessKey string
AWS Secret Access Key.
-
ServiceInstanceID string
Service Intance ID.
-
SessionToken string
AWS Session Token.
Method Summary collapse
-
func (v Value) HasKeys() bool
HasKeys returns if the credentials Value has both AccessKeyID and SecretAccessKey value set.
Structure Field Details
AccessKeyID string
AWS Access key ID
ProviderName string
Provider used to get credentials
ProviderType string
Provider Type
SecretAccessKey string
AWS Secret Access Key
ServiceInstanceID string
Service Intance ID
SessionToken string
AWS Session Token