Class: Aws::Types::UpdatePortfolioShareInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:



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.

Returns:



1628
1629
1630
# File 'sig/types.rbs', line 1628

def 
  @account_id
end

#organization_nodeTypes::OrganizationNode

Returns the value of attribute organization_node.

Returns:



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.

Returns:



1627
1628
1629
# File 'sig/types.rbs', line 1627

def portfolio_id
  @portfolio_id
end

#share_principalsBoolean

Returns the value of attribute share_principals.

Returns:



1631
1632
1633
# File 'sig/types.rbs', line 1631

def share_principals
  @share_principals
end

#share_tag_optionsBoolean

Returns the value of attribute share_tag_options.

Returns:



1630
1631
1632
# File 'sig/types.rbs', line 1630

def share_tag_options
  @share_tag_options
end