Class: Aws::Types::AcceptPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_code ⇒ ::String
Returns the value of attribute accept_code.
-
#accept_code_validation ⇒ "IGNORE", "ENFORCE"
Returns the value of attribute accept_code_validation.
-
#accept_type ⇒ "DELIVERED", "READ"
Returns the value of attribute accept_type.
-
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
-
#note ⇒ ::String
Returns the value of attribute note.
-
#page_id ⇒ ::String
Returns the value of attribute page_id.
Instance Attribute Details
#accept_code ⇒ ::String
Returns the value of attribute accept_code.
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.
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.
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.
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.
15 16 17 |
# File 'sig/types.rbs', line 15 def note @note end |
#page_id ⇒ ::String
Returns the value of attribute page_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def page_id @page_id end |