Class: Aws::Types::RulesPackage
- Inherits:
-
Object
- Object
- Aws::Types::RulesPackage
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
661 662 663 |
# File 'sig/types.rbs', line 661 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
665 666 667 |
# File 'sig/types.rbs', line 665 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
662 663 664 |
# File 'sig/types.rbs', line 662 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
664 665 666 |
# File 'sig/types.rbs', line 664 def provider @provider end |
#version ⇒ ::String
Returns the value of attribute version.
663 664 665 |
# File 'sig/types.rbs', line 663 def version @version end |