Class: Aws::Types::UpdatePortfolioShareInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortfolioShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#organization_node ⇒ Types::OrganizationNode
Returns the value of attribute organization_node.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#share_principals ⇒ Boolean
Returns the value of attribute share_principals.
-
#share_tag_options ⇒ Boolean
Returns the value of attribute share_tag_options.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def accept_language @accept_language end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def account_id @account_id end |
#organization_node ⇒ Types::OrganizationNode
Returns the value of attribute organization_node.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def organization_node @organization_node end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def portfolio_id @portfolio_id end |
#share_principals ⇒ Boolean
Returns the value of attribute share_principals.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def share_principals @share_principals end |
#share_tag_options ⇒ Boolean
Returns the value of attribute share_tag_options.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def end |