Class: Aws::Types::ApplicableTo
- Inherits:
-
Object
- Object
- Aws::Types::ApplicableTo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_arns ⇒ ::Array[::String]
Returns the value of attribute group_arns.
-
#type ⇒ "GROUP"
Returns the value of attribute type.
Instance Attribute Details
#group_arns ⇒ ::Array[::String]
Returns the value of attribute group_arns.
372 373 374 |
# File 'sig/types.rbs', line 372 def group_arns @group_arns end |
#type ⇒ "GROUP"
Returns the value of attribute type.
371 372 373 |
# File 'sig/types.rbs', line 371 def type @type end |