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)


4583
4584
4585
# File 'sig/types.rbs', line 4583

def arn
  @arn
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4578
4579
4580
# File 'sig/types.rbs', line 4578

def 
  @aws_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4585
4586
4587
# File 'sig/types.rbs', line 4585

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


4579
4580
4581
# File 'sig/types.rbs', line 4579

def dashboard_id
  @dashboard_id
end

#job_status"QUEUED", ...

Returns the value of attribute job_status.

Returns:

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


4584
4585
4586
# File 'sig/types.rbs', line 4584

def job_status
  @job_status
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4586
4587
4588
# File 'sig/types.rbs', line 4586

def last_updated_time
  @last_updated_time
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4587
4588
4589
# File 'sig/types.rbs', line 4587

def request_id
  @request_id
end

#snapshot_configurationTypes::SnapshotConfiguration

Returns the value of attribute snapshot_configuration.



4582
4583
4584
# File 'sig/types.rbs', line 4582

def snapshot_configuration
  @snapshot_configuration
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


4580
4581
4582
# File 'sig/types.rbs', line 4580

def snapshot_job_id
  @snapshot_job_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4588
4589
4590
# File 'sig/types.rbs', line 4588

def status
  @status
end

#user_configurationTypes::SnapshotUserConfigurationRedacted

Returns the value of attribute user_configuration.



4581
4582
4583
# File 'sig/types.rbs', line 4581

def user_configuration
  @user_configuration
end