Class: Aws::Types::RepositoryAssociation

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:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


327
328
329
# File 'sig/types.rbs', line 327

def created_time_stamp
  @created_time_stamp
end

#kms_key_detailsTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def owner
  @owner
end

#provider_type"CodeCommit", ...

Returns the value of attribute provider_type.

Returns:

  • ("CodeCommit", "GitHub", "Bitbucket", "GitHubEnterpriseServer", "S3Bucket")


323
324
325
# File 'sig/types.rbs', line 323

def provider_type
  @provider_type
end

#s3_repository_detailsTypes::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.

Returns:

  • ("Associated", "Associating", "Failed", "Disassociating", "Disassociated")


324
325
326
# File 'sig/types.rbs', line 324

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def state_reason
  @state_reason
end