Class: Aws::ServiceCatalog::Types::DescribeServiceActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeServiceActionOutput
- 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.
2340 2341 2342 2343 2344 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2340 class DescribeServiceActionOutput < Struct.new( :service_action_detail) SENSITIVE = [] include Aws::Structure end |