Class: Aws::Types::CreateRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRepositoryRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#upstreams ⇒ ::Array[Types::UpstreamRepository]
Returns the value of attribute upstreams.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
103 104 105 |
# File 'sig/types.rbs', line 103 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
100 101 102 |
# File 'sig/types.rbs', line 100 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
101 102 103 |
# File 'sig/types.rbs', line 101 def domain_owner @domain_owner end |
#repository ⇒ ::String
Returns the value of attribute repository.
102 103 104 |
# File 'sig/types.rbs', line 102 def repository @repository end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
105 106 107 |
# File 'sig/types.rbs', line 105 def @tags end |
#upstreams ⇒ ::Array[Types::UpstreamRepository]
Returns the value of attribute upstreams.
104 105 106 |
# File 'sig/types.rbs', line 104 def upstreams @upstreams end |