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

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def resource_arn
  @resource_arn
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def revision_id
  @revision_id
end