Class: Aws::Types::ResourcePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def last_updated_time
  @last_updated_time
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def policy_name
  @policy_name
end

#policy_scope"ACCOUNT", "RESOURCE"

Returns the value of attribute policy_scope.

Returns:

  • ("ACCOUNT", "RESOURCE")


2050
2051
2052
# File 'sig/types.rbs', line 2050

def policy_scope
  @policy_scope
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def resource_arn
  @resource_arn
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def revision_id
  @revision_id
end