Class: Aws::Types::Repository
- Inherits:
-
Object
- Object
- Aws::Types::Repository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def arn @arn end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def connection_arn @connection_arn end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def encryption_key @encryption_key end |
#name ⇒ ::String
Returns the value of attribute name.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def provider @provider end |