Class: Aws::Types::PutResourcePolicyResult

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)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def created_timestamp
  @created_timestamp
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def resource_arn
  @resource_arn
end