Class: Aws::Scheduler::Types::TargetSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb

Overview

The details of a target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the target.

Returns:

  • (String)


1269
1270
1271
1272
1273
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1269

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