Class: Aws::Proton::Types::GetServiceSyncBlockerSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceSyncBlockerSummaryOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_sync_blocker_summary ⇒ Types::ServiceSyncBlockerSummary
The detailed data of the requested service sync blocker summary.
Instance Attribute Details
#service_sync_blocker_summary ⇒ Types::ServiceSyncBlockerSummary
The detailed data of the requested service sync blocker summary.
3121 3122 3123 3124 3125 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3121 class GetServiceSyncBlockerSummaryOutput < Struct.new( :service_sync_blocker_summary) SENSITIVE = [] include Aws::Structure end |