Class: Aws::Types::JobOutputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_arn::String

Returns the value of attribute kms_arn.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def kms_arn
  @kms_arn
end

#output_s3_path::String

Returns the value of attribute output_s3_path.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def output_s3_path
  @output_s3_path
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def role_arn
  @role_arn
end