Class: Aws::Types::RejectPortfolioShareInput

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)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def accept_language
  @accept_language
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def portfolio_id
  @portfolio_id
end

#portfolio_share_type"IMPORTED", ...

Returns the value of attribute portfolio_share_type.

Returns:

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


1375
1376
1377
# File 'sig/types.rbs', line 1375

def portfolio_share_type
  @portfolio_share_type
end