Class: Aws::Types::DefinitionRepositoryDetails
- Inherits:
-
Object
- Object
- Aws::Types::DefinitionRepositoryDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#full_repository_id ⇒ ::String
Returns the value of attribute full_repository_id.
-
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
-
#provider_type ⇒ ::String
Returns the value of attribute provider_type.
-
#source_reference ⇒ Types::SourceReference
Returns the value of attribute source_reference.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
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.
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.
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.
542 543 544 |
# File 'sig/types.rbs', line 542 def provider_type @provider_type end |
#source_reference ⇒ Types::SourceReference
Returns the value of attribute source_reference.
541 542 543 |
# File 'sig/types.rbs', line 541 def source_reference @source_reference end |