Class: Aws::Types::DocumentInfo
- Inherits:
-
Object
- Object
- Aws::Types::DocumentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#integrated_document ⇒ Types::IntegratedDocument
Returns the value of attribute integrated_document.
-
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def artifact_id @artifact_id end |
#integrated_document ⇒ Types::IntegratedDocument
Returns the value of attribute integrated_document.
990 991 992 |
# File 'sig/types.rbs', line 990 def integrated_document @integrated_document end |
#s3_location ⇒ ::String
Returns the value of attribute s3_location.
988 989 990 |
# File 'sig/types.rbs', line 988 def s3_location @s3_location end |