Class: Aws::Types::DescribeDashboardSnapshotJobResultRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4593
4594
4595
# File 'sig/types.rbs', line 4593

def 
  @aws_account_id
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


4594
4595
4596
# File 'sig/types.rbs', line 4594

def dashboard_id
  @dashboard_id
end

#snapshot_job_id::String

Returns the value of attribute snapshot_job_id.

Returns:

  • (::String)


4595
4596
4597
# File 'sig/types.rbs', line 4595

def snapshot_job_id
  @snapshot_job_id
end