Class: Aws::Types::DefinitionRepository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def full_repository_id
  @full_repository_id
end

#source_referenceTypes::SourceReference

Returns the value of attribute source_reference.



533
534
535
# File 'sig/types.rbs', line 533

def source_reference
  @source_reference
end