Class: Aws::Types::ArtifactSource
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_types ⇒ ::Array[Types::ArtifactSourceType]
Returns the value of attribute source_types.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
Instance Attribute Details
#source_types ⇒ ::Array[Types::ArtifactSourceType]
Returns the value of attribute source_types.
465 466 467 |
# File 'sig/types.rbs', line 465 def source_types @source_types end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
464 465 466 |
# File 'sig/types.rbs', line 464 def source_uri @source_uri end |