Class: Aws::Types::GetDashboardForJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDashboardForJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_system_profile_logs ⇒ Boolean
Returns the value of attribute access_system_profile_logs.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#access_system_profile_logs ⇒ Boolean
Returns the value of attribute access_system_profile_logs.
165 166 167 |
# File 'sig/types.rbs', line 165 def access_system_profile_logs @access_system_profile_logs end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
162 163 164 |
# File 'sig/types.rbs', line 162 def application_id @application_id end |
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
164 165 166 |
# File 'sig/types.rbs', line 164 def attempt @attempt end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def job_run_id @job_run_id end |