Class: Aws::Glue::Types::UpdateRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateRegistryResponse
- Includes:
- Structure
- Defined in:
- 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.
24701 24702 24703 24704 24705 24706 |
# File 'lib/aws-sdk-glue/types.rb', line 24701 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
The name of the updated registry.
24701 24702 24703 24704 24705 24706 |
# File 'lib/aws-sdk-glue/types.rb', line 24701 class UpdateRegistryResponse < Struct.new( :registry_name, :registry_arn) SENSITIVE = [] include Aws::Structure end |