Class: Aws::Schemas::Types::CreateRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateRegistryResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #description ⇒ String
- #registry_arn ⇒ String
- #registry_name ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
Instance Attribute Details
#description ⇒ String
210 211 212 213 214 215 216 217 |
# File 'lib/aws-sdk-schemas/types.rb', line 210 class CreateRegistryResponse < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_arn ⇒ String
210 211 212 213 214 215 216 217 |
# File 'lib/aws-sdk-schemas/types.rb', line 210 class CreateRegistryResponse < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#registry_name ⇒ String
210 211 212 213 214 215 216 217 |
# File 'lib/aws-sdk-schemas/types.rb', line 210 class CreateRegistryResponse < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
210 211 212 213 214 215 216 217 |
# File 'lib/aws-sdk-schemas/types.rb', line 210 class CreateRegistryResponse < Struct.new( :description, :registry_arn, :registry_name, :tags) SENSITIVE = [] include Aws::Structure end |