Class: Aws::MigrationHub::Types::ProgressUpdateStreamSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ProgressUpdateStreamSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Summary of the AWS resource used for access control that is implicitly linked to your AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#progress_update_stream_name ⇒ String
The name of the ProgressUpdateStream.
Instance Attribute Details
#progress_update_stream_name ⇒ String
The name of the ProgressUpdateStream. *Do not store personal data in this field.*
833 834 835 836 837 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 833 class ProgressUpdateStreamSummary < Struct.new( :progress_update_stream_name) SENSITIVE = [] include Aws::Structure end |