Class: Aws::Types::Scope
- Inherits:
-
Object
- Object
- Aws::Types::Scope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_resource_id ⇒ ::String
Returns the value of attribute compliance_resource_id.
-
#compliance_resource_types ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_types.
-
#service_principals ⇒ ::Array[::String]
Returns the value of attribute service_principals.
-
#tag_key ⇒ ::String
Returns the value of attribute tag_key.
-
#tag_value ⇒ ::String
Returns the value of attribute tag_value.
Instance Attribute Details
#compliance_resource_id ⇒ ::String
Returns the value of attribute compliance_resource_id.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def compliance_resource_id @compliance_resource_id end |
#compliance_resource_types ⇒ ::Array[::String]
Returns the value of attribute compliance_resource_types.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def compliance_resource_types @compliance_resource_types end |
#service_principals ⇒ ::Array[::String]
Returns the value of attribute service_principals.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def service_principals @service_principals end |
#tag_key ⇒ ::String
Returns the value of attribute tag_key.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def tag_key @tag_key end |
#tag_value ⇒ ::String
Returns the value of attribute tag_value.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def tag_value @tag_value end |