Class: Aws::Types::AcceptPortfolioShareInput

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)


12
13
14
# File 'sig/types.rbs', line 12

def accept_language
  @accept_language
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def portfolio_id
  @portfolio_id
end

#portfolio_share_type"IMPORTED", ...

Returns the value of attribute portfolio_share_type.

Returns:

  • ("IMPORTED", "AWS_SERVICECATALOG", "AWS_ORGANIZATIONS")


14
15
16
# File 'sig/types.rbs', line 14

def portfolio_share_type
  @portfolio_share_type
end