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)


423
424
425
# File 'sig/types.rbs', line 423

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


424
425
426
# File 'sig/types.rbs', line 424

def last_modified_time
  @last_modified_time
end

#policy_revision_id::String

Returns the value of attribute policy_revision_id.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def policy_revision_id
  @policy_revision_id
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def resource_policy
  @resource_policy
end