Class: Aws::Types::GetDashboardForJobRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_system_profile_logs ⇒ Boolean

Returns the value of attribute access_system_profile_logs.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def application_id
  @application_id
end

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def job_run_id
  @job_run_id
end