Class: Aws::Types::AcceptPageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_code ⇒ ::String

Returns the value of attribute accept_code.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def accept_code
  @accept_code
end

#accept_code_validation ⇒ "IGNORE", "ENFORCE"

Returns the value of attribute accept_code_validation.

Returns:

  • ("IGNORE", "ENFORCE")


17
18
19
# File 'sig/types.rbs', line 17

def accept_code_validation
  @accept_code_validation
end

#accept_type ⇒ "DELIVERED", "READ"

Returns the value of attribute accept_type.

Returns:

  • ("DELIVERED", "READ")


14
15
16
# File 'sig/types.rbs', line 14

def accept_type
  @accept_type
end

#contact_channel_id ⇒ ::String

Returns the value of attribute contact_channel_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def contact_channel_id
  @contact_channel_id
end

#note ⇒ ::String

Returns the value of attribute note.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def note
  @note
end

#page_id ⇒ ::String

Returns the value of attribute page_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def page_id
  @page_id
end