Class: Aws::BedrockAgentCoreControl::Types::DeleteBrowserProfileResponse

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

#last_saved_atTime

The timestamp when browser session data was last saved to this profile before deletion.

Returns:

  • (Time)


3073
3074
3075
3076
3077
3078
3079
3080
3081
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3073

class DeleteBrowserProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :status,
  :last_updated_at,
  :last_saved_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the browser profile was last updated.

Returns:

  • (Time)


3073
3074
3075
3076
3077
3078
3079
3080
3081
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3073

class DeleteBrowserProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :status,
  :last_updated_at,
  :last_saved_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The Amazon Resource Name (ARN) of the deleted browser profile.

Returns:

  • (String)


3073
3074
3075
3076
3077
3078
3079
3080
3081
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3073

class DeleteBrowserProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :status,
  :last_updated_at,
  :last_saved_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the deleted browser profile.

Returns:

  • (String)


3073
3074
3075
3076
3077
3078
3079
3080
3081
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3073

class DeleteBrowserProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :status,
  :last_updated_at,
  :last_saved_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the browser profile deletion.

Returns:

  • (String)


3073
3074
3075
3076
3077
3078
3079
3080
3081
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3073

class DeleteBrowserProfileResponse < Struct.new(
  :profile_id,
  :profile_arn,
  :status,
  :last_updated_at,
  :last_saved_at)
  SENSITIVE = []
  include Aws::Structure
end