Class: Aws::Types::ShareRule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#target_accounts::Array[::String]

Returns the value of attribute target_accounts.

Returns:



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.

Returns:



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.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def unshare_interval_unit
  @unshare_interval_unit
end