Class: Aws::Types::SecurityProfile
- Inherits:
-
Object
- Object
- Aws::Types::SecurityProfile
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#organization_resource_id ⇒ ::String
Returns the value of attribute organization_resource_id.
-
#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.
7425 7426 7427 |
# File 'sig/types.rbs', line 7425 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.
7420 7421 7422 |
# File 'sig/types.rbs', line 7420 def @allowed_access_control_tags end |
#arn ⇒ ::String
Returns the value of attribute arn.
7416 7417 7418 |
# File 'sig/types.rbs', line 7416 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
7418 7419 7420 |
# File 'sig/types.rbs', line 7418 def description @description end |
#granular_access_control_configuration ⇒ Types::GranularAccessControlConfiguration
Returns the value of attribute granular_access_control_configuration.
7426 7427 7428 |
# File 'sig/types.rbs', line 7426 def granular_access_control_configuration @granular_access_control_configuration end |
#hierarchy_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute hierarchy_restricted_resources.
7424 7425 7426 |
# File 'sig/types.rbs', line 7424 def hierarchy_restricted_resources @hierarchy_restricted_resources end |
#id ⇒ ::String
Returns the value of attribute id.
7414 7415 7416 |
# File 'sig/types.rbs', line 7414 def id @id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
7423 7424 7425 |
# File 'sig/types.rbs', line 7423 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
7422 7423 7424 |
# File 'sig/types.rbs', line 7422 def last_modified_time @last_modified_time end |
#organization_resource_id ⇒ ::String
Returns the value of attribute organization_resource_id.
7415 7416 7417 |
# File 'sig/types.rbs', line 7415 def organization_resource_id @organization_resource_id end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
7417 7418 7419 |
# File 'sig/types.rbs', line 7417 def security_profile_name @security_profile_name end |
#tag_restricted_resources ⇒ ::Array[::String]
Returns the value of attribute tag_restricted_resources.
7421 7422 7423 |
# File 'sig/types.rbs', line 7421 def tag_restricted_resources @tag_restricted_resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7419 7420 7421 |
# File 'sig/types.rbs', line 7419 def @tags end |