Class: Aws::SSM::Types::CreateOpsItemResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ops_item_arnString

The OpsItem Amazon Resource Name (ARN).

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
# File 'lib/aws-sdk-ssm/types.rb', line 3765

class CreateOpsItemResponse < Struct.new(
  :ops_item_id,
  :ops_item_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_idString

The ID of the OpsItem.

Returns:

  • (String)


3765
3766
3767
3768
3769
3770
# File 'lib/aws-sdk-ssm/types.rb', line 3765

class CreateOpsItemResponse < Struct.new(
  :ops_item_id,
  :ops_item_arn)
  SENSITIVE = []
  include Aws::Structure
end