Class: Aws::Types::GetRepositoryPermissionsPolicyRequest

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)


430
431
432
# File 'sig/types.rbs', line 430

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def domain_owner
  @domain_owner
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def repository
  @repository
end