Class: Aws::Types::DryRunProgressStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def creation_date
  @creation_date
end

#dry_run_id::String

Returns the value of attribute dry_run_id.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def dry_run_id
  @dry_run_id
end

#dry_run_status::String

Returns the value of attribute dry_run_status.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def dry_run_status
  @dry_run_status
end

#update_date::String

Returns the value of attribute update_date.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def update_date
  @update_date
end

#validation_failures::Array[Types::ValidationFailure]

Returns the value of attribute validation_failures.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def validation_failures
  @validation_failures
end