Class: Aws::Types::InstanceAssociationStatusInfo

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:



2210
2211
2212
# File 'sig/types.rbs', line 2210

def association_id
  @association_id
end

#association_name::String

Returns the value of attribute association_name.

Returns:



2221
2222
2223
# File 'sig/types.rbs', line 2221

def association_name
  @association_name
end

#association_version::String

Returns the value of attribute association_version.

Returns:



2213
2214
2215
# File 'sig/types.rbs', line 2213

def association_version
  @association_version
end

#detailed_status::String

Returns the value of attribute detailed_status.

Returns:



2217
2218
2219
# File 'sig/types.rbs', line 2217

def detailed_status
  @detailed_status
end

#document_version::String

Returns the value of attribute document_version.

Returns:



2212
2213
2214
# File 'sig/types.rbs', line 2212

def document_version
  @document_version
end

#error_code::String

Returns the value of attribute error_code.

Returns:



2219
2220
2221
# File 'sig/types.rbs', line 2219

def error_code
  @error_code
end

#execution_date::Time

Returns the value of attribute execution_date.

Returns:



2215
2216
2217
# File 'sig/types.rbs', line 2215

def execution_date
  @execution_date
end

#execution_summary::String

Returns the value of attribute execution_summary.

Returns:



2218
2219
2220
# File 'sig/types.rbs', line 2218

def execution_summary
  @execution_summary
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



2214
2215
2216
# File 'sig/types.rbs', line 2214

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



2211
2212
2213
# File 'sig/types.rbs', line 2211

def name
  @name
end

#output_urlTypes::InstanceAssociationOutputUrl

Returns the value of attribute output_url.

Returns:



2220
2221
2222
# File 'sig/types.rbs', line 2220

def output_url
  @output_url
end

#status::String

Returns the value of attribute status.

Returns:



2216
2217
2218
# File 'sig/types.rbs', line 2216

def status
  @status
end