Class: Aws::Types::UpdatePortfolioInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortfolioInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#add_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute add_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#remove_tags ⇒ ::Array[::String]
Returns the value of attribute remove_tags.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def accept_language @accept_language end |
#add_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute add_tags.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def end |
#description ⇒ ::String
Returns the value of attribute description.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def id @id end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def provider_name @provider_name end |
#remove_tags ⇒ ::Array[::String]
Returns the value of attribute remove_tags.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def end |