Class: Aws::SMS::Types::AppValidationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::AppValidationOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Output from validating an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ssm_output ⇒ Types::SSMOutput
Output from using SSM to validate the application.
Instance Attribute Details
#ssm_output ⇒ Types::SSMOutput
Output from using SSM to validate the application.
156 157 158 159 160 |
# File 'lib/aws-sdk-sms/types.rb', line 156 class AppValidationOutput < Struct.new( :ssm_output) SENSITIVE = [] include Aws::Structure end |