amazonka-scheduler-2.0: Amazon EventBridge Scheduler SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Scheduler.Types.TargetSummary

Description

 
Synopsis

Documentation

data TargetSummary Source #

The details of a target.

See: newTargetSummary smart constructor.

Constructors

TargetSummary' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the target.

Instances

Instances details
FromJSON TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

Generic TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

Associated Types

type Rep TargetSummary :: Type -> Type #

Read TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

Show TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

NFData TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

Methods

rnf :: TargetSummary -> () #

Eq TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

Hashable TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

type Rep TargetSummary Source # 
Instance details

Defined in Amazonka.Scheduler.Types.TargetSummary

type Rep TargetSummary = D1 ('MetaData "TargetSummary" "Amazonka.Scheduler.Types.TargetSummary" "amazonka-scheduler-2.0-8LKlva3Whvt7TpHIvtcn6a" 'False) (C1 ('MetaCons "TargetSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTargetSummary Source #

Create a value of TargetSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:TargetSummary', targetSummary_arn - The Amazon Resource Name (ARN) of the target.

targetSummary_arn :: Lens' TargetSummary Text Source #

The Amazon Resource Name (ARN) of the target.