Class: Aws::QuickSight::Types::CreateRefreshScheduleResponse

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

#arnString

The Amazon Resource Name (ARN) for the refresh schedule.

Returns:

  • (String)


5791
5792
5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-quicksight/types.rb', line 5791

class CreateRefreshScheduleResponse < Struct.new(
  :status,
  :request_id,
  :schedule_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


5791
5792
5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-quicksight/types.rb', line 5791

class CreateRefreshScheduleResponse < Struct.new(
  :status,
  :request_id,
  :schedule_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_idString

The ID of the refresh schedule.

Returns:

  • (String)


5791
5792
5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-quicksight/types.rb', line 5791

class CreateRefreshScheduleResponse < Struct.new(
  :status,
  :request_id,
  :schedule_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5791
5792
5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-quicksight/types.rb', line 5791

class CreateRefreshScheduleResponse < Struct.new(
  :status,
  :request_id,
  :schedule_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end