Class: Aws::Types::AssociationExecutionTarget

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:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def association_id
  @association_id
end

#association_version::String

Returns the value of attribute association_version.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def association_version
  @association_version
end

#detailed_status::String

Returns the value of attribute detailed_status.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def detailed_status
  @detailed_status
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def execution_id
  @execution_id
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def last_execution_date
  @last_execution_date
end

#output_sourceTypes::OutputSource

Returns the value of attribute output_source.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def output_source
  @output_source
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def resource_type
  @resource_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def status
  @status
end