Class: Aws::Scheduler::Types::TargetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::TargetSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the target.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the target.
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 |