Class: Aws::Types::Repository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def arn
  @arn
end

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def connection_arn
  @connection_arn
end

#encryption_key ⇒ ::String

Returns the value of attribute encryption_key.

Returns:

  • (::String)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def encryption_key
  @encryption_key
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

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


1213
1214
1215
# File 'sig/types.rbs', line 1213

def provider
  @provider
end