Class: Aws::Types::UpdateSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_access_control_hierarchy_group_id ⇒ ::String
Returns the value of attribute allowed_access_control_hierarchy_group_id.
-
#allowed_access_control_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute allowed_access_control_tags.
-
#allowed_ai_agents ⇒ ::Array[Types::AIAgent]
Returns the value of attribute allowed_ai_agents.
-
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
-
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
-
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
-
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
-
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
Instance Attribute Details
#allowed_access_control_hierarchy_group_id ⇒ ::String
Returns the value of attribute allowed_access_control_hierarchy_group_id.
9244 9245 9246 |
# File 'sig/types.rbs', line 9244 def allowed_access_control_hierarchy_group_id @allowed_access_control_hierarchy_group_id end |
#allowed_access_control_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute allowed_access_control_tags.
9240 9241 9242 |
# File 'sig/types.rbs', line 9240 def end |
#allowed_ai_agents ⇒ ::Array[Types::AIAgent]
Returns the value of attribute allowed_ai_agents.
9246 9247 9248 |
# File 'sig/types.rbs', line 9246 def allowed_ai_agents @allowed_ai_agents end |
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
9245 9246 9247 |
# File 'sig/types.rbs', line 9245 def allowed_flow_modules @allowed_flow_modules end |
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
9242 9243 9244 |
# File 'sig/types.rbs', line 9242 def applications @applications end |
#description ⇒ ::String
Returns the value of attribute description.
9236 9237 9238 |
# File 'sig/types.rbs', line 9236 def description @description end |
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
9247 9248 9249 |
# File 'sig/types.rbs', line 9247 def granular_access_control_configuration @granular_access_control_configuration end |
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
9243 9244 9245 |
# File 'sig/types.rbs', line 9243 def hierarchy_restricted_resources @hierarchy_restricted_resources end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9239 9240 9241 |
# File 'sig/types.rbs', line 9239 def instance_id @instance_id end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
9237 9238 9239 |
# File 'sig/types.rbs', line 9237 def end |
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
9238 9239 9240 |
# File 'sig/types.rbs', line 9238 def security_profile_id @security_profile_id end |
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
9241 9242 9243 |
# File 'sig/types.rbs', line 9241 def tag_restricted_resources @tag_restricted_resources end |