Class: Aws::SSM::Types::CreateOpsMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CreateOpsMetadataResult
- Defined in:
- gems/aws-sdk-ssm/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.
3931 3932 3933 3934 3935 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 3931 class CreateOpsMetadataResult < Struct.new( :ops_metadata_arn) SENSITIVE = [] include Aws::Structure end |