Class: Aws::Types::PutRepositoryPermissionsPolicyRequest

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)


836
837
838
# File 'sig/types.rbs', line 836

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def domain_owner
  @domain_owner
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def policy_document
  @policy_document
end

#policy_revision::String

Returns the value of attribute policy_revision.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def policy_revision
  @policy_revision
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def repository
  @repository
end