Class: Aws::Types::DescribePortfolioSharesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


425
426
427
# File 'sig/types.rbs', line 425

def page_size
  @page_size
end

#page_token::String

Returns the value of attribute page_token.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def page_token
  @page_token
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def portfolio_id
  @portfolio_id
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATION", "ORGANIZATIONAL_UNIT", "ORGANIZATION_MEMBER_ACCOUNT")


423
424
425
# File 'sig/types.rbs', line 423

def type
  @type
end