Class: Aws::Types::RepositoryAssociationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_arn::String

Returns the value of attribute association_arn.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def owner
  @owner
end

#provider_type"CodeCommit", ...

Returns the value of attribute provider_type.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def provider_type
  @provider_type
end

#state"Associated", ...

Returns the value of attribute state.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def state
  @state
end