Class: Aws::SSM::Types::CreateOpsMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateOpsMetadataResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
Instance Attribute Details
#ops_metadata_arn ⇒ String
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
3833 3834 3835 3836 3837 |
# File 'lib/aws-sdk-ssm/types.rb', line 3833 class CreateOpsMetadataResult < Struct.new( :ops_metadata_arn) SENSITIVE = [] include Aws::Structure end |