Class: Aws::Types::DocumentInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def artifact_id
  @artifact_id
end

#integrated_documentTypes::IntegratedDocument

Returns the value of attribute integrated_document.



1015
1016
1017
# File 'sig/types.rbs', line 1015

def integrated_document
  @integrated_document
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def s3_location
  @s3_location
end