Class: Aws::Types::DescribeDashboardSnapshotJobResultResponse

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)


4600
4601
4602
# File 'sig/types.rbs', line 4600

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4602
4603
4604
# File 'sig/types.rbs', line 4602

def created_time
  @created_time
end

#error_infoTypes::SnapshotJobErrorInfo

Returns the value of attribute error_info.



4605
4606
4607
# File 'sig/types.rbs', line 4605

def error_info
  @error_info
end

#job_status"QUEUED", ...

Returns the value of attribute job_status.

Returns:

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


4601
4602
4603
# File 'sig/types.rbs', line 4601

def job_status
  @job_status
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4603
4604
4605
# File 'sig/types.rbs', line 4603

def last_updated_time
  @last_updated_time
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4606
4607
4608
# File 'sig/types.rbs', line 4606

def request_id
  @request_id
end

#resultTypes::SnapshotJobResult

Returns the value of attribute result.



4604
4605
4606
# File 'sig/types.rbs', line 4604

def result
  @result
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4607
4608
4609
# File 'sig/types.rbs', line 4607

def status
  @status
end