Class: Aws::Types::PutDestinationPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policy::String

Returns the value of attribute access_policy.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def access_policy
  @access_policy
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def destination_name
  @destination_name
end

#force_updateBoolean

Returns the value of attribute force_update.

Returns:

  • (Boolean)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def force_update
  @force_update
end