Class: Aws::Types::CreateRepositoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def description
  @description
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def domain_owner
  @domain_owner
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def repository
  @repository
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def tags
  @tags
end

#upstreams::Array[Types::UpstreamRepository]

Returns the value of attribute upstreams.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def upstreams
  @upstreams
end