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

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


422
423
424
# File 'sig/types.rbs', line 422

def created_at
  @created_at
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def registry_id
  @registry_id
end

#repository_arn ⇒ ::String

Returns the value of attribute repository_arn.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def repository_arn
  @repository_arn
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def repository_name
  @repository_name
end

#repository_uri ⇒ ::String

Returns the value of attribute repository_uri.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def repository_uri
  @repository_uri
end