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)


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

def arn: () -> ::String

#aws_account_id::String

Returns:

  • (::String)


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

def aws_account_id: () -> ::String

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#dashboard_id::String

Returns:

  • (::String)


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

def dashboard_id: () -> ::String

#job_status"QUEUED", ...

Returns:

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


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

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

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#snapshot_configurationTypes::SnapshotConfiguration



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

def snapshot_configuration: () -> Types::SnapshotConfiguration

#snapshot_job_id::String

Returns:

  • (::String)


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

def snapshot_job_id: () -> ::String

#status::Integer

Returns:

  • (::Integer)


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

def status: () -> ::Integer

#user_configurationTypes::SnapshotUserConfigurationRedacted



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

def user_configuration: () -> Types::SnapshotUserConfigurationRedacted