Class: Aws::Types::PutAccessControlRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessControlRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
-
#impersonation_role_ids ⇒ ::Array[::String]
Returns the value of attribute impersonation_role_ids.
-
#ip_ranges ⇒ ::Array[::String]
Returns the value of attribute ip_ranges.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#not_actions ⇒ ::Array[::String]
Returns the value of attribute not_actions.
-
#not_impersonation_role_ids ⇒ ::Array[::String]
Returns the value of attribute not_impersonation_role_ids.
-
#not_ip_ranges ⇒ ::Array[::String]
Returns the value of attribute not_ip_ranges.
-
#not_user_ids ⇒ ::Array[::String]
Returns the value of attribute not_user_ids.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def description @description end |
#effect ⇒ "ALLOW", "DENY"
Returns the value of attribute effect.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def effect @effect end |
#impersonation_role_ids ⇒ ::Array[::String]
Returns the value of attribute impersonation_role_ids.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def impersonation_role_ids @impersonation_role_ids end |
#ip_ranges ⇒ ::Array[::String]
Returns the value of attribute ip_ranges.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def ip_ranges @ip_ranges end |
#name ⇒ ::String
Returns the value of attribute name.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def name @name end |
#not_actions ⇒ ::Array[::String]
Returns the value of attribute not_actions.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def not_actions @not_actions end |
#not_impersonation_role_ids ⇒ ::Array[::String]
Returns the value of attribute not_impersonation_role_ids.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def not_impersonation_role_ids @not_impersonation_role_ids end |
#not_ip_ranges ⇒ ::Array[::String]
Returns the value of attribute not_ip_ranges.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def not_ip_ranges @not_ip_ranges end |
#not_user_ids ⇒ ::Array[::String]
Returns the value of attribute not_user_ids.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def not_user_ids @not_user_ids end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def organization_id @organization_id end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def user_ids @user_ids end |