Class: Aws::Types::SecurityProfileSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::SecurityProfileSearchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#organization_resource_id ⇒ ::String
Returns the value of attribute organization_resource_id.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
7720 7721 7722 |
# File 'sig/types.rbs', line 7720 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
7722 7723 7724 |
# File 'sig/types.rbs', line 7722 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
7718 7719 7720 |
# File 'sig/types.rbs', line 7718 def id @id end |
#organization_resource_id ⇒ ::String
Returns the value of attribute organization_resource_id.
7719 7720 7721 |
# File 'sig/types.rbs', line 7719 def organization_resource_id @organization_resource_id end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
7721 7722 7723 |
# File 'sig/types.rbs', line 7721 def security_profile_name @security_profile_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
7723 7724 7725 |
# File 'sig/types.rbs', line 7723 def @tags end |