Class: Aws::ServiceCatalog::Types::UpdateServiceActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateServiceActionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_action_detail ⇒ Types::ServiceActionDetail
Detailed information about the self-service action.
Instance Attribute Details
#service_action_detail ⇒ Types::ServiceActionDetail
Detailed information about the self-service action.
7308 7309 7310 7311 7312 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7308 class UpdateServiceActionOutput < Struct.new( :service_action_detail) SENSITIVE = [] include Aws::Structure end |