Class: Aws::QuickSight::Types::UpdateRefreshScheduleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


32113
32114
32115
32116
32117
32118
32119
32120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32113

class UpdateRefreshScheduleResponse < 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)


32113
32114
32115
32116
32117
32118
32119
32120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32113

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

#schedule_idString

The ID of the refresh schedule.

Returns:

  • (String)


32113
32114
32115
32116
32117
32118
32119
32120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32113

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


32113
32114
32115
32116
32117
32118
32119
32120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32113

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