Class: Aws::Types::AssociateRepositoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateRepositoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#kms_key_details ⇒ Types::KMSKeyDetails
Returns the value of attribute kms_key_details.
-
#repository ⇒ Types::Repository
Returns the value of attribute repository.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
18 19 20 |
# File 'sig/types.rbs', line 18 def client_request_token @client_request_token end |
#kms_key_details ⇒ Types::KMSKeyDetails
Returns the value of attribute kms_key_details.
20 21 22 |
# File 'sig/types.rbs', line 20 def kms_key_details @kms_key_details end |
#repository ⇒ Types::Repository
Returns the value of attribute repository.
17 18 19 |
# File 'sig/types.rbs', line 17 def repository @repository end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
19 20 21 |
# File 'sig/types.rbs', line 19 def @tags end |