Class: Aws::Types::RepositoryAssociation
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
-
#kms_key_details ⇒ Types::KMSKeyDetails
Returns the value of attribute kms_key_details.
-
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
-
#s3_repository_details ⇒ Types::S3RepositoryDetails
Returns the value of attribute s3_repository_details.
-
#state ⇒ "Associated", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
319 320 321 |
# File 'sig/types.rbs', line 319 def association_arn @association_arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def association_id @association_id end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def connection_arn @connection_arn end |
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
327 328 329 |
# File 'sig/types.rbs', line 327 def created_time_stamp @created_time_stamp end |
#kms_key_details ⇒ Types::KMSKeyDetails
Returns the value of attribute kms_key_details.
328 329 330 |
# File 'sig/types.rbs', line 328 def kms_key_details @kms_key_details end |
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
326 327 328 |
# File 'sig/types.rbs', line 326 def last_updated_time_stamp @last_updated_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
321 322 323 |
# File 'sig/types.rbs', line 321 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
322 323 324 |
# File 'sig/types.rbs', line 322 def owner @owner end |
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
323 324 325 |
# File 'sig/types.rbs', line 323 def provider_type @provider_type end |
#s3_repository_details ⇒ Types::S3RepositoryDetails
Returns the value of attribute s3_repository_details.
329 330 331 |
# File 'sig/types.rbs', line 329 def s3_repository_details @s3_repository_details end |
#state ⇒ "Associated", ...
Returns the value of attribute state.
324 325 326 |
# File 'sig/types.rbs', line 324 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
325 326 327 |
# File 'sig/types.rbs', line 325 def state_reason @state_reason end |