Class: Aws::Types::DeliverToQBusinessAction
- Inherits:
-
Object
- Object
- Aws::Types::DeliverToQBusinessAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_failure_policy ⇒ "CONTINUE", "DROP"
Returns the value of attribute action_failure_policy.
352 353 354 |
# File 'sig/types.rbs', line 352 def action_failure_policy @action_failure_policy end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def application_id @application_id end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def index_id @index_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
355 356 357 |
# File 'sig/types.rbs', line 355 def role_arn @role_arn end |