Class: Aws::Types::RuleScope
- Inherits:
-
Object
- Object
- Aws::Types::RuleScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_type ⇒ Types::AssetTypesForRule
Returns the value of attribute asset_type.
-
#data_product ⇒ Boolean
Returns the value of attribute data_product.
-
#project ⇒ Types::ProjectsForRule
Returns the value of attribute project.
Instance Attribute Details
#asset_type ⇒ Types::AssetTypesForRule
Returns the value of attribute asset_type.
5483 5484 5485 |
# File 'sig/types.rbs', line 5483 def asset_type @asset_type end |
#data_product ⇒ Boolean
Returns the value of attribute data_product.
5484 5485 5486 |
# File 'sig/types.rbs', line 5484 def data_product @data_product end |
#project ⇒ Types::ProjectsForRule
Returns the value of attribute project.
5485 5486 5487 |
# File 'sig/types.rbs', line 5485 def project @project end |