Class: Aws::Types::DescribeDashboardSnapshotJobResultRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardSnapshotJobResultRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4803 4804 4805 |
# File 'sig/types.rbs', line 4803 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4804 4805 4806 |
# File 'sig/types.rbs', line 4804 def dashboard_id @dashboard_id end |
#snapshot_job_id ⇒ ::String
Returns the value of attribute snapshot_job_id.
4805 4806 4807 |
# File 'sig/types.rbs', line 4805 def snapshot_job_id @snapshot_job_id end |