Class: Aws::Types::StartReportJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartReportJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
Instance Attribute Details
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def idempotency_token @idempotency_token end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def report_plan_name @report_plan_name end |