Class: Aws::Types::DescribePortfolioOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#budgets::Array[Types::BudgetDetail]

Returns the value of attribute budgets.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def budgets
  @budgets
end

#portfolio_detailTypes::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.

Returns:



402
403
404
# File 'sig/types.rbs', line 402

def tag_options
  @tag_options
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def tags
  @tags
end