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.
137 138 139 |
# File 'sig/types.rbs', line 137 def client_token @client_token end |
#report_type ⇒ "FAILURE_MODE", "TESTING"
Returns the value of attribute report_type.
136 137 138 |
# File 'sig/types.rbs', line 136 def report_type @report_type end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
135 136 137 |
# File 'sig/types.rbs', line 135 def service_arn @service_arn end |