Class: Aws::Types::DescribePortfolioOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePortfolioOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budgets ⇒ ::Array[Types::BudgetDetail]
Returns the value of attribute budgets.
-
#portfolio_detail ⇒ Types::PortfolioDetail
Returns the value of attribute portfolio_detail.
-
#tag_options ⇒ ::Array[Types::TagOptionDetail]
Returns the value of attribute tag_options.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#budgets ⇒ ::Array[Types::BudgetDetail]
Returns the value of attribute budgets.
403 404 405 |
# File 'sig/types.rbs', line 403 def budgets @budgets end |
#portfolio_detail ⇒ Types::PortfolioDetail
Returns the value of attribute portfolio_detail.
400 401 402 |
# File 'sig/types.rbs', line 400 def portfolio_detail @portfolio_detail end |
#tag_options ⇒ ::Array[Types::TagOptionDetail]
Returns the value of attribute tag_options.
402 403 404 |
# File 'sig/types.rbs', line 402 def @tag_options end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
401 402 403 |
# File 'sig/types.rbs', line 401 def @tags end |