Class: Aws::Types::UpdateMaintenanceWindowTargetResult

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)


4549
4550
4551
# File 'sig/types.rbs', line 4549

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4548
4549
4550
# File 'sig/types.rbs', line 4548

def name
  @name
end

#owner_information::String

Returns the value of attribute owner_information.

Returns:

  • (::String)


4547
4548
4549
# File 'sig/types.rbs', line 4547

def owner_information
  @owner_information
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4546
4547
4548
# File 'sig/types.rbs', line 4546

def targets
  @targets
end

#window_id::String

Returns the value of attribute window_id.

Returns:

  • (::String)


4544
4545
4546
# File 'sig/types.rbs', line 4544

def window_id
  @window_id
end

#window_target_id::String

Returns the value of attribute window_target_id.

Returns:

  • (::String)


4545
4546
4547
# File 'sig/types.rbs', line 4545

def window_target_id
  @window_target_id
end