Class: Aws::Types::DefinitionRepositoryDetails

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:



539
540
541
# File 'sig/types.rbs', line 539

def connection_arn
  @connection_arn
end

#full_repository_id::String

Returns the value of attribute full_repository_id.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def full_repository_id
  @full_repository_id
end

#provider_endpoint::String

Returns the value of attribute provider_endpoint.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def provider_endpoint
  @provider_endpoint
end

#provider_type::String

Returns the value of attribute provider_type.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def provider_type
  @provider_type
end

#source_referenceTypes::SourceReference

Returns the value of attribute source_reference.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def source_reference
  @source_reference
end