Class: Aws::Types::PutDomainPermissionsPolicyRequest

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)


807
808
809
# File 'sig/types.rbs', line 807

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def domain_owner
  @domain_owner
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def policy_document
  @policy_document
end

#policy_revision::String

Returns the value of attribute policy_revision.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def policy_revision
  @policy_revision
end