Class: Aws::BedrockAgentCoreControl::Types::UpdateRegistryRecordStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_arnString

The Amazon Resource Name (ARN) of the registry record.

Returns:

  • (String)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#record_idString

The unique identifier of the registry record.

Returns:

  • (String)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the registry that contains the record.

Returns:

  • (String)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The resulting status of the registry record.

Returns:

  • (String)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the status change.

Returns:

  • (String)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the record was last updated.

Returns:

  • (Time)


17585
17586
17587
17588
17589
17590
17591
17592
17593
17594
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585

class UpdateRegistryRecordStatusResponse < Struct.new(
  :registry_arn,
  :record_arn,
  :record_id,
  :status,
  :status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end