Class: Aws::Types::DocumentIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::DocumentIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom ⇒ Types::CustomDocumentIdentifier
Returns the value of attribute custom.
-
#data_source_type ⇒ "CUSTOM", "S3"
Returns the value of attribute data_source_type.
-
#s3 ⇒ Types::S3Location
Returns the value of attribute s3.
Instance Attribute Details
#custom ⇒ Types::CustomDocumentIdentifier
Returns the value of attribute custom.
899 900 901 |
# File 'sig/types.rbs', line 899 def custom @custom end |
#data_source_type ⇒ "CUSTOM", "S3"
Returns the value of attribute data_source_type.
897 898 899 |
# File 'sig/types.rbs', line 897 def data_source_type @data_source_type end |
#s3 ⇒ Types::S3Location
Returns the value of attribute s3.
898 899 900 |
# File 'sig/types.rbs', line 898 def s3 @s3 end |