Class: Aws::Types::RepositorySummary

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)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def arn
  @arn
end

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def connection_arn
  @connection_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def name
  @name
end

#provider ⇒ "GITHUB", ...

Returns the value of attribute provider.

Returns:

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


1236
1237
1238
# File 'sig/types.rbs', line 1236

def provider
  @provider
end