Class: Aws::Types::StartDashboardSnapshotJobResponse

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)


10957
10958
10959
# File 'sig/types.rbs', line 10957

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10959
10960
10961
# File 'sig/types.rbs', line 10959

def request_id
  @request_id
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


10958
10959
10960
# File 'sig/types.rbs', line 10958

def snapshot_job_id
  @snapshot_job_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10960
10961
10962
# File 'sig/types.rbs', line 10960

def status
  @status
end