Class: Aws::Types::AccessControlRule

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.



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

def actions
  @actions
end

#date_created::Time

Returns the value of attribute date_created.



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

def date_created
  @date_created
end

#date_modified::Time

Returns the value of attribute date_modified.



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

def date_modified
  @date_modified
end

#description::String

Returns the value of attribute description.



14
15
16
# File 'sig/types.rbs', line 14

def description
  @description
end

#effect"ALLOW", "DENY"

Returns the value of attribute effect.



13
14
15
# File 'sig/types.rbs', line 13

def effect
  @effect
end

#impersonation_role_ids::Array[::String]

Returns the value of attribute impersonation_role_ids.



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

def impersonation_role_ids
  @impersonation_role_ids
end

#ip_ranges::Array[::String]

Returns the value of attribute ip_ranges.



15
16
17
# File 'sig/types.rbs', line 15

def ip_ranges
  @ip_ranges
end

#name::String

Returns the value of attribute name.



12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#not_actions::Array[::String]

Returns the value of attribute not_actions.



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

def not_actions
  @not_actions
end

#not_impersonation_role_ids::Array[::String]

Returns the value of attribute not_impersonation_role_ids.



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

def not_impersonation_role_ids
  @not_impersonation_role_ids
end

#not_ip_ranges::Array[::String]

Returns the value of attribute not_ip_ranges.



16
17
18
# File 'sig/types.rbs', line 16

def not_ip_ranges
  @not_ip_ranges
end

#not_user_ids::Array[::String]

Returns the value of attribute not_user_ids.



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

def not_user_ids
  @not_user_ids
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.



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

def user_ids
  @user_ids
end