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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes the sign-in credentials for the container image registry of an Amazon Lightsail account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atTime

The timestamp of when the container image registry sign-in credentials 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)


2608
2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2608

class ContainerServiceRegistryLogin < Struct.new(
  :username,
  :password,
  :expires_at,
  :registry)
  SENSITIVE = []
  include Aws::Structure
end

#passwordString

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

Returns:

  • (String)


2608
2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2608

class ContainerServiceRegistryLogin < Struct.new(
  :username,
  :password,
  :expires_at,
  :registry)
  SENSITIVE = []
  include Aws::Structure
end

#registryString

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

Returns:

  • (String)


2608
2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2608

class ContainerServiceRegistryLogin < Struct.new(
  :username,
  :password,
  :expires_at,
  :registry)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

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

Returns:

  • (String)


2608
2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2608

class ContainerServiceRegistryLogin < Struct.new(
  :username,
  :password,
  :expires_at,
  :registry)
  SENSITIVE = []
  include Aws::Structure
end