Class: Aws::Types::DescribeJobInput

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)


121
122
123
# File 'sig/types.rbs', line 121

def 
  @account_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def job_id
  @job_id
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def vault_name
  @vault_name
end