You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::ContainerServiceRegistryLogin

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the login information for the container image registry of an Amazon Lightsail account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atTime

The timestamp of when the container image registry username and password expire.

The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the CreateContainerServiceRegistryLogin action.

Returns:

  • (Time)

    The timestamp of when the container image registry username and password expire.

#passwordString

The container service registry password to use to push container images to the container image registry of a Lightsail account

Returns:

  • (String)

    The container service registry password to use to push container images to the container image registry of a Lightsail account.

#registryString

The address to use to push container images to the container image registry of a Lightsail account.

Returns:

  • (String)

    The address to use to push container images to the container image registry of a Lightsail account.

#usernameString

The container service registry username to use to push container images to the container image registry of a Lightsail account.

Returns:

  • (String)

    The container service registry username to use to push container images to the container image registry of a Lightsail account.