Class: Aws::Types::CreateRepositoryInput

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)


234
235
236
# File 'sig/types.rbs', line 234

def connection_arn
  @connection_arn
end

#encryption_key ⇒ ::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def encryption_key
  @encryption_key
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

  • ("GITHUB", "GITHUB_ENTERPRISE", "BITBUCKET")


237
238
239
# File 'sig/types.rbs', line 237

def provider
  @provider
end

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

Returns the value of attribute tags.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def tags
  @tags
end