Class: Aws::Types::CreatePortfolioShareInput

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:

  • (::String)


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.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def 
  @account_id
end

#organization_nodeTypes::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.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def portfolio_id
  @portfolio_id
end

#share_principalsBoolean

Returns the value of attribute share_principals.

Returns:

  • (Boolean)


191
192
193
# File 'sig/types.rbs', line 191

def share_principals
  @share_principals
end

#share_tag_optionsBoolean

Returns the value of attribute share_tag_options.

Returns:

  • (Boolean)


190
191
192
# File 'sig/types.rbs', line 190

def share_tag_options
  @share_tag_options
end