Class: Aws::Types::DescribePortfolioShareStatusOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#organization_node_value::String

Returns the value of attribute organization_node_value.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def organization_node_value
  @organization_node_value
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def portfolio_id
  @portfolio_id
end

#portfolio_share_token::String

Returns the value of attribute portfolio_share_token.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def portfolio_share_token
  @portfolio_share_token
end

#share_detailsTypes::ShareDetails

Returns the value of attribute share_details.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def share_details
  @share_details
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERRORS", "ERROR")


416
417
418
# File 'sig/types.rbs', line 416

def status
  @status
end