Class: Aws::MigrationHub::Types::ProgressUpdateStreamSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/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

Instance Attribute Details

#progress_update_stream_nameString

The name of the ProgressUpdateStream. Do not store personal data in this field.

Returns:

  • (String)


833
834
835
836
837
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 833

class ProgressUpdateStreamSummary < Struct.new(
  :progress_update_stream_name)
  SENSITIVE = []
  include Aws::Structure
end