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)


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

def expected_revision_id
  @expected_revision_id
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


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

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def policy_name
  @policy_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


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

def resource_arn
  @resource_arn
end