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_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.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 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.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def @allowed_access_control_tags end |
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def allowed_flow_modules @allowed_flow_modules end |
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def applications @applications end |
#description ⇒ ::String
Returns the value of attribute description.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def description @description end |
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def granular_access_control_configuration @granular_access_control_configuration end |
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def hierarchy_restricted_resources @hierarchy_restricted_resources end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def instance_id @instance_id end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def @permissions end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def security_profile_name @security_profile_name end |
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def tag_restricted_resources @tag_restricted_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def @tags end |