Class: Aws::Types::UpdatePortfolioInput

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)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def accept_language
  @accept_language
end

#add_tags::Array[Types::Tag]

Returns the value of attribute add_tags.

Returns:



1614
1615
1616
# File 'sig/types.rbs', line 1614

def add_tags
  @add_tags
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def display_name
  @display_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def id
  @id
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def provider_name
  @provider_name
end

#remove_tags::Array[::String]

Returns the value of attribute remove_tags.

Returns:

  • (::Array[::String])


1615
1616
1617
# File 'sig/types.rbs', line 1615

def remove_tags
  @remove_tags
end