Class: Aws::Types::DeleteResourcePolicyResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


669
670
671
# File 'sig/types.rbs', line 669

def created_timestamp
  @created_timestamp
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def resource_arn
  @resource_arn
end