Class: Aws::Glue::Types::UpdateRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateRegistryResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_arn ⇒ String
The Amazon Resource name (ARN) of the updated registry.
-
#registry_name ⇒ String
The name of the updated registry.
Instance Attribute Details
#registry_arn ⇒ String
The Amazon Resource name (ARN) of the updated registry.
29248 29249 29250 29251 29252 29253 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29248 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
The name of the updated registry.
29248 29249 29250 29251 29252 29253 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29248 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end |