Class: Aws::Types::MaintenanceWindowTarget

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



3100
3101
3102
# File 'sig/types.rbs', line 3100

def description
  @description
end

#name::String

Returns the value of attribute name.



3099
3100
3101
# File 'sig/types.rbs', line 3099

def name
  @name
end

#owner_information::String

Returns the value of attribute owner_information.



3098
3099
3100
# File 'sig/types.rbs', line 3098

def owner_information
  @owner_information
end

#resource_type"INSTANCE", "RESOURCE_GROUP"

Returns the value of attribute resource_type.



3096
3097
3098
# File 'sig/types.rbs', line 3096

def resource_type
  @resource_type
end

#targets::Array[Types::Target]

Returns the value of attribute targets.



3097
3098
3099
# File 'sig/types.rbs', line 3097

def targets
  @targets
end

#window_id::String

Returns the value of attribute window_id.



3094
3095
3096
# File 'sig/types.rbs', line 3094

def window_id
  @window_id
end

#window_target_id::String

Returns the value of attribute window_target_id.



3095
3096
3097
# File 'sig/types.rbs', line 3095

def window_target_id
  @window_target_id
end