Class: Aws::Types::CreateReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
144 145 146 |
# File 'sig/types.rbs', line 144 def client_token @client_token end |
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
143 144 145 |
# File 'sig/types.rbs', line 143 def report_type @report_type end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def service_arn @service_arn end |