Class: Aws::Types::RepositorySummary
- Inherits:
-
Object
- Object
- Aws::Types::RepositorySummary
- 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.
-
#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.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def arn @arn end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def connection_arn @connection_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def name @name end |
#provider ⇒ "GITHUB", ...
Returns the value of attribute provider.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def provider @provider end |