Class: Aws::BedrockAgentCoreControl::Types::GetRegistryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_configurationTypes::ApprovalConfiguration

The approval configuration for registry records. For details, see the ApprovalConfiguration data type.



8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#authorizer_configurationTypes::AuthorizerConfiguration

The authorizer configuration for the registry. For details, see the AuthorizerConfiguration data type.



8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#authorizer_typeString

The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.

  • CUSTOM_JWT - Authorize with a bearer token.

  • AWS_IAM - Authorize with your Amazon Web Services IAM credentials.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The timestamp when the registry was created.

Returns:

  • (Time)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the registry.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the registry.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the registry.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#registry_idString

The unique identifier of the registry.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the registry. Possible values include CREATING, READY, UPDATING, CREATE_FAILED, UPDATE_FAILED, DELETING, and DELETE_FAILED.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#status_reasonString

The reason for the current status, typically set when the status is a failure state.

Returns:

  • (String)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the registry was last updated.

Returns:

  • (Time)


8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8234

class GetRegistryResponse < Struct.new(
  :name,
  :description,
  :registry_id,
  :registry_arn,
  :authorizer_type,
  :authorizer_configuration,
  :approval_configuration,
  :status,
  :status_reason,
  :created_at,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end