Class: Aws::DatabaseMigrationService::Types::DescribeRefreshSchemasStatusMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeRefreshSchemasStatusMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
4450 4451 4452 4453 4454 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4450 class DescribeRefreshSchemasStatusMessage < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |