Class: Aws::Types::CreateRepositoryLinkInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def connection_arn
  @connection_arn
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def encryption_key_arn
  @encryption_key_arn
end

#owner_id ⇒ ::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def owner_id
  @owner_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def repository_name
  @repository_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def tags
  @tags
end