Class: Aws::BedrockAgentCoreControl::Types::DeleteBrowserProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteBrowserProfileResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_saved_at ⇒ Time
The timestamp when browser session data was last saved to this profile before deletion.
-
#last_updated_at ⇒ Time
The timestamp when the browser profile was last updated.
-
#profile_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted browser profile.
-
#profile_id ⇒ String
The unique identifier of the deleted browser profile.
-
#status ⇒ String
The current status of the browser profile deletion.
Instance Attribute Details
#last_saved_at ⇒ Time
The timestamp when browser session data was last saved to this profile before deletion.
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_at ⇒ Time
The timestamp when the browser profile was last updated.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted browser profile.
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_id ⇒ String
The unique identifier of the deleted browser profile.
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 |
#status ⇒ String
The current status of the browser profile deletion.
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 |