Class: Aws::Types::PutResourcePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_revision_id::String

Returns the value of attribute expected_revision_id.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def expected_revision_id
  @expected_revision_id
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def policy_name
  @policy_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def resource_arn
  @resource_arn
end