Class: Aws::Types::PutContactPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def contact_arn
  @contact_arn
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def policy
  @policy
end