Class: Aws::ServiceCatalog::Types::RejectPortfolioShareInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5632

class RejectPortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5632

class RejectPortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_share_typeString

The type of shared portfolios to reject. The default is to reject imported portfolios.

  • AWS_ORGANIZATIONS - Reject portfolios shared by the management account of your organization.

  • IMPORTED - Reject imported portfolios.

  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5632

class RejectPortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end