Class: Aws::Types::GetResourcePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


3977
3978
3979
# File 'sig/types.rbs', line 3977

def create_time
  @create_time
end

#policy_hash::String

Returns the value of attribute policy_hash.

Returns:

  • (::String)


3976
3977
3978
# File 'sig/types.rbs', line 3976

def policy_hash
  @policy_hash
end

#policy_in_json::String

Returns the value of attribute policy_in_json.

Returns:

  • (::String)


3975
3976
3977
# File 'sig/types.rbs', line 3975

def policy_in_json
  @policy_in_json
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


3978
3979
3980
# File 'sig/types.rbs', line 3978

def update_time
  @update_time
end