Class: Aws::Types::GetResourcePolicyResult

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)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def created_timestamp
  @created_timestamp
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def resource_arn
  @resource_arn
end