Class: Aws::Types::PackageGroupReference
- Inherits:
-
Object
- Object
- Aws::Types::PackageGroupReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
706 707 708 |
# File 'sig/types.rbs', line 706 def arn @arn end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
707 708 709 |
# File 'sig/types.rbs', line 707 def pattern @pattern end |