Class: Aws::Glue::Types::UpdateRegistryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateRegistryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the registry.
-
#registry_id ⇒ Types::RegistryId
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Instance Attribute Details
#description ⇒ String
A description of the registry. If description is not provided, this field will not be updated.
24684 24685 24686 24687 24688 24689 |
# File 'lib/aws-sdk-glue/types.rb', line 24684 class UpdateRegistryInput < Struct.new( :registry_id, :description) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ Types::RegistryId
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
24684 24685 24686 24687 24688 24689 |
# File 'lib/aws-sdk-glue/types.rb', line 24684 class UpdateRegistryInput < Struct.new( :registry_id, :description) SENSITIVE = [] include Aws::Structure end |