Class: Aws::BedrockAgentCoreControl::Types::SubmitRegistryRecordForApprovalResponse

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)


15058
15059
15060
15061
15062
15063
15064
15065
15066
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058

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

#record_idString

The unique identifier of the registry record.

Returns:

  • (String)


15058
15059
15060
15061
15062
15063
15064
15065
15066
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058

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

#registry_arnString

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

Returns:

  • (String)


15058
15059
15060
15061
15062
15063
15064
15065
15066
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058

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

#statusString

The resulting status of the registry record after submission.

Returns:

  • (String)


15058
15059
15060
15061
15062
15063
15064
15065
15066
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058

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

#updated_atTime

The timestamp when the record was last updated.

Returns:

  • (Time)


15058
15059
15060
15061
15062
15063
15064
15065
15066
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058

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