libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceCatalog.Types.BudgetDetail

Description

 
Synopsis

Documentation

data BudgetDetail Source #

Information about a budget.

See: newBudgetDetail smart constructor.

Constructors

BudgetDetail' 

Fields

Instances

Instances details
Eq BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Read BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Show BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Generic BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Associated Types

type Rep BudgetDetail :: Type -> Type #

NFData BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Methods

rnf :: BudgetDetail -> () #

Hashable BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

FromJSON BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

type Rep BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

type Rep BudgetDetail = D1 ('MetaData "BudgetDetail" "Amazonka.ServiceCatalog.Types.BudgetDetail" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "BudgetDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBudgetDetail :: BudgetDetail Source #

Create a value of BudgetDetail 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:budgetName:BudgetDetail', budgetDetail_budgetName - Name of the associated budget.

budgetDetail_budgetName :: Lens' BudgetDetail (Maybe Text) Source #

Name of the associated budget.