Class: Aws::Types::GetJobOutputInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


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

def 
  @account_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


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

def job_id
  @job_id
end

#range::String

Returns the value of attribute range.

Returns:

  • (::String)


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

def range
  @range
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


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

def vault_name
  @vault_name
end