Class: Aws::Types::ResourcePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document::String

Returns the value of attribute document.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def document
  @document
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def resource_arn
  @resource_arn
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def revision
  @revision
end