Class: Aws::AgentRegistryControl::Types::CreateRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::CreateRegistryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Request structure for creating a registry
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#approval_configuration ⇒ Types::ApprovalConfiguration
Approval configuration for registry records.
-
#client_token ⇒ String
Client token for idempotency.
-
#description ⇒ String
The description of the registry.
-
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Discovery configuration for the registry.
-
#name ⇒ String
The name of the registry.
-
#tags ⇒ Hash<String,String>
Tags to associate with the registry.
Instance Attribute Details
#approval_configuration ⇒ Types::ApprovalConfiguration
Approval configuration for registry records
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#client_token ⇒ String
Client token for idempotency
A suitable default value is auto-generated. You should normally not need to pass this option.
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the registry
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Discovery configuration for the registry
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the registry
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to associate with the registry
336 337 338 339 340 341 342 343 344 345 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 336 class CreateRegistryRequest < Struct.new( :name, :description, :discovery_configuration, :client_token, :tags, :approval_configuration) SENSITIVE = [:description] include Aws::Structure end |