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)


10567
10568
10569
# File 'sig/types.rbs', line 10567

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10569
10570
10571
# File 'sig/types.rbs', line 10569

def request_id
  @request_id
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


10568
10569
10570
# File 'sig/types.rbs', line 10568

def snapshot_job_id
  @snapshot_job_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10570
10571
10572
# File 'sig/types.rbs', line 10570

def status
  @status
end