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)


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

def arn: () -> ::String

#aws_account_id::String

Returns:

  • (::String)


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

def aws_account_id: () -> ::String

#created_time::Time

Returns:

  • (::Time)


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

def created_time: () -> ::Time

#dashboard_id::String

Returns:

  • (::String)


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

def dashboard_id: () -> ::String

#job_status"QUEUED", ...

Returns:

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


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

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

#last_updated_time::Time

Returns:

  • (::Time)


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

def last_updated_time: () -> ::Time

#request_id::String

Returns:

  • (::String)


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

def request_id: () -> ::String

#snapshot_configurationTypes::SnapshotConfiguration



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

def snapshot_configuration: () -> Types::SnapshotConfiguration

#snapshot_job_id::String

Returns:

  • (::String)


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

def snapshot_job_id: () -> ::String

#status::Integer

Returns:

  • (::Integer)


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

def status: () -> ::Integer

#user_configurationTypes::SnapshotUserConfigurationRedacted



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

def user_configuration: () -> Types::SnapshotUserConfigurationRedacted