Class: Aws::Types::DescribeDashboardSnapshotJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4793
4794
4795
# File 'sig/types.rbs', line 4793

def arn
  @arn
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4788
4789
4790
# File 'sig/types.rbs', line 4788

def 
  @aws_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4795
4796
4797
# File 'sig/types.rbs', line 4795

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


4789
4790
4791
# File 'sig/types.rbs', line 4789

def dashboard_id
  @dashboard_id
end

#job_status"QUEUED", ...

Returns the value of attribute job_status.

Returns:

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


4794
4795
4796
# File 'sig/types.rbs', line 4794

def job_status
  @job_status
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4796
4797
4798
# File 'sig/types.rbs', line 4796

def last_updated_time
  @last_updated_time
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4797
4798
4799
# File 'sig/types.rbs', line 4797

def request_id
  @request_id
end

#snapshot_configurationTypes::SnapshotConfiguration

Returns the value of attribute snapshot_configuration.



4792
4793
4794
# File 'sig/types.rbs', line 4792

def snapshot_configuration
  @snapshot_configuration
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


4790
4791
4792
# File 'sig/types.rbs', line 4790

def snapshot_job_id
  @snapshot_job_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4798
4799
4800
# File 'sig/types.rbs', line 4798

def status
  @status
end

#user_configurationTypes::SnapshotUserConfigurationRedacted

Returns the value of attribute user_configuration.



4791
4792
4793
# File 'sig/types.rbs', line 4791

def user_configuration
  @user_configuration
end