Class: Aws::Types::CreateSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityProfileRequest
- 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_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#allowed_access_control_hierarchy_group_id ⇒ ::String
Returns the value of attribute allowed_access_control_hierarchy_group_id.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 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.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def end |
#allowed_ai_agents ⇒ ::Array[Types::AIAgent]
Returns the value of attribute allowed_ai_agents.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def allowed_ai_agents @allowed_ai_agents end |
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def allowed_flow_modules @allowed_flow_modules end |
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def applications @applications end |
#description ⇒ ::String
Returns the value of attribute description.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def description @description end |
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def granular_access_control_configuration @granular_access_control_configuration end |
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def hierarchy_restricted_resources @hierarchy_restricted_resources end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def instance_id @instance_id end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def security_profile_name @security_profile_name end |
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def tag_restricted_resources @tag_restricted_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def end |