Class: Aws::Types::RepositoryAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryAssociationSummary
- 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.
-
#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.
-
#state ⇒ "Associated", ...
Returns the value of attribute state.
Instance Attribute Details
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
334 335 336 |
# File 'sig/types.rbs', line 334 def association_arn @association_arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def association_id @association_id end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
335 336 337 |
# File 'sig/types.rbs', line 335 def connection_arn @connection_arn end |
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
336 337 338 |
# File 'sig/types.rbs', line 336 def last_updated_time_stamp @last_updated_time_stamp end |
#name ⇒ ::String
Returns the value of attribute name.
338 339 340 |
# File 'sig/types.rbs', line 338 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
339 340 341 |
# File 'sig/types.rbs', line 339 def owner @owner end |
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
340 341 342 |
# File 'sig/types.rbs', line 340 def provider_type @provider_type end |
#state ⇒ "Associated", ...
Returns the value of attribute state.
341 342 343 |
# File 'sig/types.rbs', line 341 def state @state end |