Class: Aws::Lightsail::Types::CreateContainerServiceRegistryLoginResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateContainerServiceRegistryLoginResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_login ⇒ Types::ContainerServiceRegistryLogin
An object that describes the log in information for the container service registry of your Lightsail account.
Instance Attribute Details
#registry_login ⇒ Types::ContainerServiceRegistryLogin
An object that describes the log in information for the container service registry of your Lightsail account.
3164 3165 3166 3167 3168 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3164 class CreateContainerServiceRegistryLoginResult < Struct.new( :registry_login) SENSITIVE = [] include Aws::Structure end |