Class: Aws::Types::DescribeRepositoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def domain_owner
  @domain_owner
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def repository
  @repository
end