Class: Aws::Types::CreatePortfolioShareInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortfolioShareInput
- 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.
186 187 188 |
# File 'sig/types.rbs', line 186 def accept_language @accept_language end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def account_id @account_id end |
#organization_node ⇒ Types::OrganizationNode
Returns the value of attribute organization_node.
189 190 191 |
# File 'sig/types.rbs', line 189 def organization_node @organization_node end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
187 188 189 |
# File 'sig/types.rbs', line 187 def portfolio_id @portfolio_id end |
#share_principals ⇒ Boolean
Returns the value of attribute share_principals.
191 192 193 |
# File 'sig/types.rbs', line 191 def share_principals @share_principals end |
#share_tag_options ⇒ Boolean
Returns the value of attribute share_tag_options.
190 191 192 |
# File 'sig/types.rbs', line 190 def end |