Class: Aws::Types::ValidationFindingScope
- Inherits:
-
Object
- Object
- Aws::Types::ValidationFindingScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "azure:tenant", "azure:subscription"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def id @id end |
#type ⇒ "azure:tenant", "azure:subscription"
Returns the value of attribute type.
4720 4721 4722 |
# File 'sig/types.rbs', line 4720 def type @type end |