Class: Aws::QuickSight::Types::CreateAgentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier for the agent.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
8248
8249
8250
# File 'lib/aws-sdk-quicksight/types.rb', line 8242

class CreateAgentResponse < Struct.new(
  :arn,
  :agent_id,
  :agent_status,
  :agent_name,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_nameString

The name of the agent.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
8248
8249
8250
# File 'lib/aws-sdk-quicksight/types.rb', line 8242

class CreateAgentResponse < Struct.new(
  :arn,
  :agent_id,
  :agent_status,
  :agent_name,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the agent.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
8248
8249
8250
# File 'lib/aws-sdk-quicksight/types.rb', line 8242

class CreateAgentResponse < Struct.new(
  :arn,
  :agent_id,
  :agent_status,
  :agent_name,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the agent.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
8248
8249
8250
# File 'lib/aws-sdk-quicksight/types.rb', line 8242

class CreateAgentResponse < Struct.new(
  :arn,
  :agent_id,
  :agent_status,
  :agent_name,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
8248
8249
8250
# File 'lib/aws-sdk-quicksight/types.rb', line 8242

class CreateAgentResponse < Struct.new(
  :arn,
  :agent_id,
  :agent_status,
  :agent_name,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end