Class: Aws::Types::UpdateRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#upstreams ⇒ ::Array[Types::UpstreamRepository]
Returns the value of attribute upstreams.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
991 992 993 |
# File 'sig/types.rbs', line 991 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
988 989 990 |
# File 'sig/types.rbs', line 988 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
989 990 991 |
# File 'sig/types.rbs', line 989 def domain_owner @domain_owner end |
#repository ⇒ ::String
Returns the value of attribute repository.
990 991 992 |
# File 'sig/types.rbs', line 990 def repository @repository end |
#upstreams ⇒ ::Array[Types::UpstreamRepository]
Returns the value of attribute upstreams.
992 993 994 |
# File 'sig/types.rbs', line 992 def upstreams @upstreams end |