Class: Aws::Types::UpdateComponentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def component_name
  @component_name
end

#new_component_name::String

Returns the value of attribute new_component_name.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def new_component_name
  @new_component_name
end

#resource_group_name::String

Returns the value of attribute resource_group_name.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def resource_group_name
  @resource_group_name
end

#resource_list::Array[::String]

Returns the value of attribute resource_list.

Returns:

  • (::Array[::String])


557
558
559
# File 'sig/types.rbs', line 557

def resource_list
  @resource_list
end