Class: Aws::QuickSight::Types::DescribeRefreshScheduleResponse

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)


13928
13929
13930
13931
13932
13933
13934
13935
# File 'lib/aws-sdk-quicksight/types.rb', line 13928

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

#refresh_scheduleTypes::RefreshSchedule

The refresh schedule.



13928
13929
13930
13931
13932
13933
13934
13935
# File 'lib/aws-sdk-quicksight/types.rb', line 13928

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


13928
13929
13930
13931
13932
13933
13934
13935
# File 'lib/aws-sdk-quicksight/types.rb', line 13928

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


13928
13929
13930
13931
13932
13933
13934
13935
# File 'lib/aws-sdk-quicksight/types.rb', line 13928

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