Class: Aws::Types::DescribeResourcePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


567
568
569
# File 'sig/types.rbs', line 567

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


568
569
570
# File 'sig/types.rbs', line 568

def last_modified_time
  @last_modified_time
end

#policy_revision_id::String

Returns the value of attribute policy_revision_id.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def policy_revision_id
  @policy_revision_id
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def resource_policy
  @resource_policy
end