Class: Aws::Glue::Types::UpdateRegistryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateRegistryInput
- Defined in:
- gems/aws-sdk-glue/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.
27208 27209 27210 27211 27212 27213 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27208 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).
27208 27209 27210 27211 27212 27213 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27208 class UpdateRegistryInput < Struct.new( :registry_id, :description) SENSITIVE = [] include Aws::Structure end |