Class: Aws::Types::ShareRule
- Inherits:
-
Object
- Object
- Aws::Types::ShareRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_accounts ⇒ ::Array[::String]
Returns the value of attribute target_accounts.
-
#unshare_interval ⇒ ::Integer
Returns the value of attribute unshare_interval.
-
#unshare_interval_unit ⇒ "DAYS", ...
Returns the value of attribute unshare_interval_unit.
Instance Attribute Details
#target_accounts ⇒ ::Array[::String]
Returns the value of attribute target_accounts.
299 300 301 |
# File 'sig/types.rbs', line 299 def target_accounts @target_accounts end |
#unshare_interval ⇒ ::Integer
Returns the value of attribute unshare_interval.
300 301 302 |
# File 'sig/types.rbs', line 300 def unshare_interval @unshare_interval end |
#unshare_interval_unit ⇒ "DAYS", ...
Returns the value of attribute unshare_interval_unit.
301 302 303 |
# File 'sig/types.rbs', line 301 def unshare_interval_unit @unshare_interval_unit end |