Class: Aws::Types::ReceiptRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::ReceiptAction]

Returns the value of attribute actions.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def actions
  @actions
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


749
750
751
# File 'sig/types.rbs', line 749

def enabled
  @enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def name
  @name
end

#recipients::Array[::String]

Returns the value of attribute recipients.

Returns:

  • (::Array[::String])


751
752
753
# File 'sig/types.rbs', line 751

def recipients
  @recipients
end

#scan_enabledBoolean

Returns the value of attribute scan_enabled.

Returns:

  • (Boolean)


753
754
755
# File 'sig/types.rbs', line 753

def scan_enabled
  @scan_enabled
end

#tls_policy"Require", "Optional"

Returns the value of attribute tls_policy.

Returns:

  • ("Require", "Optional")


750
751
752
# File 'sig/types.rbs', line 750

def tls_policy
  @tls_policy
end