Class: Aws::Types::AccessPolicySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def creation_date
  @creation_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def id
  @id
end

#identityTypes::Identity

Returns the value of attribute identity.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def identity
  @identity
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


23
24
25
# File 'sig/types.rbs', line 23

def last_update_date
  @last_update_date
end

#permission"ADMINISTRATOR", "VIEWER"

Returns the value of attribute permission.

Returns:

  • ("ADMINISTRATOR", "VIEWER")


21
22
23
# File 'sig/types.rbs', line 21

def permission
  @permission
end

#resourceTypes::Resource

Returns the value of attribute resource.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def resource
  @resource
end