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
show all
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

Instance Attribute Details

#access_key_idString

The access key for the session.

Returns:

  • (String)

    The access key for the session.

#secret_access_keyString

The secret access key for the session.

Returns:

  • (String)

    The secret access key for the session.

#session_tokenString

The token for the session.

Returns:

  • (String)

    The token for the session.