Class: Aws::Types::Association

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def association_id
  @association_id
end

#association_name::String

Returns the value of attribute association_name.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def association_name
  @association_name
end

#association_version::String

Returns the value of attribute association_version.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def association_version
  @association_version
end

#document_version::String

Returns the value of attribute document_version.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def document_version
  @document_version
end

#duration::Integer

Returns the value of attribute duration.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def duration
  @duration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def instance_id
  @instance_id
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def last_execution_date
  @last_execution_date
end

#name::String

Returns the value of attribute name.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def name
  @name
end

#overviewTypes::AssociationOverview

Returns the value of attribute overview.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def overview
  @overview
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def schedule_expression
  @schedule_expression
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def schedule_offset
  @schedule_offset
end

#target_maps::Array[::Hash[::String, ::Array[::String]]]

Returns the value of attribute target_maps.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def target_maps
  @target_maps
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def targets
  @targets
end