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.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 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.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def @allowed_access_control_tags end |
#allowed_flow_modules ⇒ ::Array[Types::FlowModule]
Returns the value of attribute allowed_flow_modules.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def allowed_flow_modules @allowed_flow_modules end |
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def applications @applications end |
#description ⇒ ::String
Returns the value of attribute description.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def description @description end |
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def granular_access_control_configuration @granular_access_control_configuration end |
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def hierarchy_restricted_resources @hierarchy_restricted_resources end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def instance_id @instance_id end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def @permissions end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def security_profile_name @security_profile_name end |
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def tag_restricted_resources @tag_restricted_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def @tags end |