Class: Aws::Types::DescribeRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
262 263 264 |
# File 'sig/types.rbs', line 262 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
263 264 265 |
# File 'sig/types.rbs', line 263 def domain_owner @domain_owner end |
#repository ⇒ ::String
Returns the value of attribute repository.
264 265 266 |
# File 'sig/types.rbs', line 264 def repository @repository end |