Class: Aws::Types::DefinitionRepository
- Inherits:
-
Object
- Object
- Aws::Types::DefinitionRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#exclude_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_file_patterns.
-
#full_repository_id ⇒ ::String
Returns the value of attribute full_repository_id.
-
#source_reference ⇒ Types::SourceReference
Returns the value of attribute source_reference.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def connection_arn @connection_arn end |
#exclude_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_file_patterns.
534 535 536 |
# File 'sig/types.rbs', line 534 def exclude_file_patterns @exclude_file_patterns end |
#full_repository_id ⇒ ::String
Returns the value of attribute full_repository_id.
532 533 534 |
# File 'sig/types.rbs', line 532 def full_repository_id @full_repository_id end |
#source_reference ⇒ Types::SourceReference
Returns the value of attribute source_reference.
533 534 535 |
# File 'sig/types.rbs', line 533 def source_reference @source_reference end |