Class: Aws::Types::UpdateMaintenanceWindowTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:owner_information, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4538
4539
4540
# File 'sig/types.rbs', line 4538

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4537
4538
4539
# File 'sig/types.rbs', line 4537

def name
  @name
end

#owner_information::String

Returns the value of attribute owner_information.

Returns:

  • (::String)


4536
4537
4538
# File 'sig/types.rbs', line 4536

def owner_information
  @owner_information
end

#replaceBoolean

Returns the value of attribute replace.

Returns:

  • (Boolean)


4539
4540
4541
# File 'sig/types.rbs', line 4539

def replace
  @replace
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4535
4536
4537
# File 'sig/types.rbs', line 4535

def targets
  @targets
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


4533
4534
4535
# File 'sig/types.rbs', line 4533

def window_id
  @window_id
end

#window_target_id::String

Returns the value of attribute window_target_id.

Returns:

  • (::String)


4534
4535
4536
# File 'sig/types.rbs', line 4534

def window_target_id
  @window_target_id
end