Class: Aws::ServiceCatalog::Types::CreatePortfolioInput

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)


771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the portfolio.

Returns:

  • (String)


771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name to use for display purposes.

Returns:

  • (String)


771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The name of the portfolio provider.

Returns:

  • (String)


771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

One or more tags.

Returns:



771
772
773
774
775
776
777
778
779
780
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 771

class CreatePortfolioInput < Struct.new(
  :accept_language,
  :display_name,
  :description,
  :provider_name,
  :tags,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end