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)


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

def access_policy
  @access_policy
end

#destination_name::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


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

def destination_name
  @destination_name
end

#force_updateBoolean

Returns the value of attribute force_update.

Returns:

  • (Boolean)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def force_update
  @force_update
end