Class: Aws::Types::DeletePortfolioShareInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePortfolioShareInput
- 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.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
308 309 310 |
# File 'sig/types.rbs', line 308 def accept_language @accept_language end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def account_id @account_id end |
#organization_node ⇒ Types::OrganizationNode
Returns the value of attribute organization_node.
311 312 313 |
# File 'sig/types.rbs', line 311 def organization_node @organization_node end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def portfolio_id @portfolio_id end |