Class: Aws::Types::JobEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def arn
  @arn
end

#asset_configurationTypes::AssetConfiguration

Returns the value of attribute asset_configuration.



652
653
654
# File 'sig/types.rbs', line 652

def asset_configuration
  @asset_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def created_at
  @created_at
end

#detailsTypes::ResponseDetails

Returns the value of attribute details.



654
655
656
# File 'sig/types.rbs', line 654

def details
  @details
end

#errors::Array[Types::JobError]

Returns the value of attribute errors.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def errors
  @errors
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def id
  @id
end

#state"WAITING", ...

Returns the value of attribute state.

Returns:

  • ("WAITING", "IN_PROGRESS", "ERROR", "COMPLETED", "CANCELLED", "TIMED_OUT")


657
658
659
# File 'sig/types.rbs', line 657

def state
  @state
end

#type"IMPORT_ASSETS_FROM_S3", ...

Returns the value of attribute type.

Returns:

  • ("IMPORT_ASSETS_FROM_S3", "IMPORT_ASSET_FROM_SIGNED_URL", "EXPORT_ASSETS_TO_S3", "EXPORT_ASSET_TO_SIGNED_URL", "EXPORT_REVISIONS_TO_S3", "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES", "IMPORT_ASSET_FROM_API_GATEWAY_API", "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET", "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY")


658
659
660
# File 'sig/types.rbs', line 658

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


659
660
661
# File 'sig/types.rbs', line 659

def updated_at
  @updated_at
end