Class: Aws::QuickSight::Types::CreateAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier for the agent.
-
#agent_name ⇒ String
The name of the agent.
-
#agent_status ⇒ String
The status of the agent.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier for the agent.
8115 8116 8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8115 class CreateAgentResponse < Struct.new( :arn, :agent_id, :agent_status, :agent_name, :request_id) SENSITIVE = [] include Aws::Structure end |
#agent_name ⇒ String
The name of the agent.
8115 8116 8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8115 class CreateAgentResponse < Struct.new( :arn, :agent_id, :agent_status, :agent_name, :request_id) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
The status of the agent.
8115 8116 8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8115 class CreateAgentResponse < Struct.new( :arn, :agent_id, :agent_status, :agent_name, :request_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the agent.
8115 8116 8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8115 class CreateAgentResponse < Struct.new( :arn, :agent_id, :agent_status, :agent_name, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
8115 8116 8117 8118 8119 8120 8121 8122 8123 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8115 class CreateAgentResponse < Struct.new( :arn, :agent_id, :agent_status, :agent_name, :request_id) SENSITIVE = [] include Aws::Structure end |