Class: Aws::BedrockAgentCoreControl::Types::BrowserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::BrowserSummary
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains summary information about a browser. A browser enables Amazon Bedrock Agent to interact with web content.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#browser_arn ⇒ String
The Amazon Resource Name (ARN) of the browser.
-
#browser_id ⇒ String
The unique identifier of the browser.
-
#created_at ⇒ Time
The timestamp when the browser was created.
-
#description ⇒ String
The description of the browser.
-
#last_updated_at ⇒ Time
The timestamp when the browser was last updated.
-
#name ⇒ String
The name of the browser.
-
#status ⇒ String
The current status of the browser.
Instance Attribute Details
#browser_arn ⇒ String
The Amazon Resource Name (ARN) of the browser.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#browser_id ⇒ String
The unique identifier of the browser.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the browser was created.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the browser.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp when the browser was last updated.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the browser.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The current status of the browser.
326 327 328 329 330 331 332 333 334 335 336 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 326 class BrowserSummary < Struct.new( :browser_id, :browser_arn, :name, :description, :status, :created_at, :last_updated_at) SENSITIVE = [:description] include Aws::Structure end |