You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::AWSSessionCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::AWSSessionCredentials
- Defined in:
- (unknown)
Overview
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifact for the pipeline in AWS CodePipeline.
Returned by:
Instance Attribute Summary collapse
-
#access_key_id ⇒ String
The access key for the session.
-
#secret_access_key ⇒ String
The secret access key for the session.
-
#session_token ⇒ String
The token for the session.
Instance Attribute Details
#access_key_id ⇒ String
The access key for the session.
#secret_access_key ⇒ String
The secret access key for the session.
#session_token ⇒ String
The token for the session.