Module: Aws::QuickSight::Client::_DescribeDashboardSnapshotJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeDashboardSnapshotJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


1813
# File 'sig/client.rbs', line 1813

def arn: () -> ::String

#aws_account_id::String

Returns:

  • (::String)


1808
# File 'sig/client.rbs', line 1808

def aws_account_id: () -> ::String

#created_time::Time

Returns:

  • (::Time)


1815
# File 'sig/client.rbs', line 1815

def created_time: () -> ::Time

#dashboard_id::String

Returns:

  • (::String)


1809
# File 'sig/client.rbs', line 1809

def dashboard_id: () -> ::String

#job_status"QUEUED", ...

Returns:

  • ("QUEUED", "RUNNING", "COMPLETED", "FAILED")


1814
# File 'sig/client.rbs', line 1814

def job_status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED")

#last_updated_time::Time

Returns:

  • (::Time)


1816
# File 'sig/client.rbs', line 1816

def last_updated_time: () -> ::Time

#request_id::String

Returns:

  • (::String)


1817
# File 'sig/client.rbs', line 1817

def request_id: () -> ::String

#snapshot_configurationTypes::SnapshotConfiguration



1812
# File 'sig/client.rbs', line 1812

def snapshot_configuration: () -> Types::SnapshotConfiguration

#snapshot_job_id::String

Returns:

  • (::String)


1810
# File 'sig/client.rbs', line 1810

def snapshot_job_id: () -> ::String

#status::Integer

Returns:

  • (::Integer)


1818
# File 'sig/client.rbs', line 1818

def status: () -> ::Integer

#user_configurationTypes::SnapshotUserConfigurationRedacted



1811
# File 'sig/client.rbs', line 1811

def user_configuration: () -> Types::SnapshotUserConfigurationRedacted